Cleaning Pkgfile

This commit is contained in:
jolupa 2019-07-01 11:58:24 +02:00
parent 480d9c3d67
commit 7e64ad48b5
2 changed files with 1 additions and 7 deletions

View File

@ -1,7 +1,3 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/oneko
-rwxr-xr-x root/root usr/bin/oneko-restore-cursor
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/oneko.man.gz

View File

@ -6,7 +6,7 @@
name=oneko
version=1.2
_relversion=sakura.5
release=1
release=2
source=(http://www.daidouji.com/$name/distfiles/$name-$version.$_relversion.tar.gz)
build() {
@ -18,6 +18,4 @@ build() {
make
make DESTDIR=$PKG install
mkdir -p $PKG/usr/man/man1
}