ratpoison: don't remove rpws
This commit is contained in:
parent
4bc10cdc13
commit
a2c9879453
@ -1,6 +1,7 @@
|
|||||||
drwxr-xr-x root/root usr/
|
drwxr-xr-x root/root usr/
|
||||||
drwxr-xr-x root/root usr/bin/
|
drwxr-xr-x root/root usr/bin/
|
||||||
-rwxr-xr-x root/root usr/bin/ratpoison
|
-rwxr-xr-x root/root usr/bin/ratpoison
|
||||||
|
-rwxr-xr-x root/root usr/bin/rpws
|
||||||
drwxr-xr-x root/root usr/man/
|
drwxr-xr-x root/root usr/man/
|
||||||
drwxr-xr-x root/root usr/man/man1/
|
drwxr-xr-x root/root usr/man/man1/
|
||||||
-rw-r--r-- root/root usr/man/man1/ratpoison.1.gz
|
-rw-r--r-- root/root usr/man/man1/ratpoison.1.gz
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
name=ratpoison
|
name=ratpoison
|
||||||
version=1.4.3
|
version=1.4.3
|
||||||
release=1
|
release=2
|
||||||
source=(http://savannah.nongnu.org/download/ratpoison/ratpoison-1.4.3.tar.gz)
|
source=(http://savannah.nongnu.org/download/ratpoison/ratpoison-1.4.3.tar.gz)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
@ -13,6 +13,6 @@ build() {
|
|||||||
./configure --prefix=/usr --mandir=/usr/man
|
./configure --prefix=/usr --mandir=/usr/man
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
rm -rf $PKG/usr/{share,bin/rpws}
|
rm -rf $PKG/usr/share
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user