summaryrefslogtreecommitdiff
path: root/ratpoison
diff options
context:
space:
mode:
authorAntti Nykanen <aon@iki.fi>2009-01-12 16:56:43 +0200
committerAntti Nykanen <aon@iki.fi>2009-01-12 16:56:43 +0200
commita2c98794535fc919181e9586f9cf0924d5d042ef (patch)
tree099bbe28564ba0496b1aa3d0daa1e0e70d6e50de /ratpoison
parent4bc10cdc13df115d9f371b2670cfbb0fd557fed2 (diff)
downloadopt-a2c98794535fc919181e9586f9cf0924d5d042ef.tar.gz
opt-a2c98794535fc919181e9586f9cf0924d5d042ef.tar.xz
ratpoison: don't remove rpws
Diffstat (limited to 'ratpoison')
-rw-r--r--ratpoison/.footprint1
-rw-r--r--ratpoison/Pkgfile4
2 files changed, 3 insertions, 2 deletions
diff --git a/ratpoison/.footprint b/ratpoison/.footprint
index 68ac18479..b9413f8de 100644
--- a/ratpoison/.footprint
+++ b/ratpoison/.footprint
@@ -1,6 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-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/man1/
-rw-r--r-- root/root usr/man/man1/ratpoison.1.gz
diff --git a/ratpoison/Pkgfile b/ratpoison/Pkgfile
index 4c7098eac..ad11e1b18 100644
--- a/ratpoison/Pkgfile
+++ b/ratpoison/Pkgfile
@@ -5,7 +5,7 @@
name=ratpoison
version=1.4.3
-release=1
+release=2
source=(http://savannah.nongnu.org/download/ratpoison/ratpoison-1.4.3.tar.gz)
build() {
@@ -13,6 +13,6 @@ build() {
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
- rm -rf $PKG/usr/{share,bin/rpws}
+ rm -rf $PKG/usr/share
}

Generated by cgit