Browse Source

Dimitar Zhekov <jimmy@is-vn.bg>:

- mine.conf: set sysprefix, it defaults to / in Makefile
- scripts/functions: mandir is $oot/usr/man for prefix=/


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2106 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Dimitar Zhekov 21 years ago
parent
commit
b6bee0b34d
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      package/base/mine/mine.conf
  2. +1
    -1
      scripts/functions

+ 1
- 0
package/base/mine/mine.conf

@ -21,6 +21,7 @@
# --- ROCK-COPYRIGHT-NOTE-END ---
makeopt="$makeopt CONFOPT=\"--build=\$arch_build --host=\$arch_target --cache-file=../config.cache\""
makeinstopt="$makeinstopt sysprefix=$root"
if [ "$stagelevel" -gt 1 -a -f $root/usr/lib/libdialog.a ]
then

+ 1
- 1
scripts/functions

@ -150,7 +150,7 @@ set_confopt() {
docdir="$root/usr/doc/$pkg"
infodir="$root/usr/info"
mandir="$oot/usr/man"
mandir="$root/usr/man"
else
datadir="$root/$prefix/share"
includedir="$root/$prefix/include"

Loading…
Cancel
Save