tree.paketlendi

This commit is contained in:
milisbir 2017-09-04 05:53:04 +03:00
parent 323ac28f48
commit 402b246e0b
1 changed files with 2 additions and 6 deletions

View File

@ -10,12 +10,8 @@ release=1
source=(ftp://mama.indstate.edu/linux/$name/$name-$version.tgz)
build () {
cd $name-$version
make
make MANDIR=$PKG/usr/share/man/man1 install
chmod -v 644 $PKG/usr/share/man/man1/tree.1
mkdir -p $PKG/usr/bin
cp tree $PKG/usr/bin/
}