Browse Source

fixed bitlbee to use a better sysconfdir when installed into opt/

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1404 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
2bc47b8533
2 changed files with 11 additions and 1 deletions
  1. +4
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +7
    -1
      package/mathieu/bitlbee/bitlbee.conf

+ 4
- 0
Documentation/Developers/CHANGELOG-RENE

@ -1,4 +1,8 @@
*) 2003-09-15 (2.0.0-rc1 - 2.0.0-rc2)
- fixed bitlbee to use a better sysconfdir when installed into opt/
*) 2003-09-14 (2.0.0-rc1 - 2.0.0-rc2)
- added enlightenment category (#89)

+ 7
- 1
package/mathieu/bitlbee/bitlbee.conf

@ -21,5 +21,11 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
bb_pc(){
[ "${prefix#opt/}" == "$prefix" ] && sysconfdir="$sysconfdir/$pkg"
./configure --prefix=$root/$prefix --etcdir=$sysconfdir
}
runconf=0
preconf="./configure --prefix=$root/$prefix --etcdir=$sysconfdir/$pkg"
preconf="bb_pc"

Loading…
Cancel
Save