libtomcrypt: fix installation.
This commit is contained in:
@@ -20,9 +20,8 @@ do_build() {
|
||||
fi
|
||||
make RANLIB=$RANLIB -f makefile.shared ${makejobs}
|
||||
}
|
||||
|
||||
do_install() {
|
||||
make -f makefile.shared NODOCS=1 DESTDIR=${DESTDIR} install
|
||||
make -f makefile.shared GROUP="$(whoami)" USER="$(whoami)" NODOCS=1 DESTDIR=${DESTDIR} install
|
||||
vman ${sourcepkg}.3
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user