ketchup: updated to version 0.9.8

This commit is contained in:
Jukka Heino 2006-05-01 20:25:36 +00:00
parent 2c3a4e01e9
commit 31f5abb6cb
3 changed files with 4 additions and 19 deletions

View File

@ -1,2 +1 @@
6fbc5e50eea7e93e982aba036ae9b3ad ketchup-0.9.7.tar.bz2
585b99a08fdb1d695add96749473761b ketchup.patch
6fbe53beac455245e1e8ae92acdccbcc ketchup-0.9.8.tar.bz2

View File

@ -5,13 +5,11 @@
# Depends on: python
name=ketchup
version=0.9.7
release=2
source=(http://www.selenic.com/$name/$name-$version.tar.bz2 \
$name.patch)
version=0.9.8
release=1
source=(http://www.selenic.com/$name/$name-$version.tar.bz2)
build() {
patch < $SRC/$name.patch
install -D -m 0755 $name $PKG/usr/bin/$name
install -D -m 0644 $name.1 $PKG/usr/man/man1/$name.1
}

View File

@ -1,12 +0,0 @@
diff -Nru ketchup-orig/ketchup ketchup/ketchup
--- ketchup-orig/ketchup 2006-04-24 19:35:28.000000000 +0300
+++ ketchup/ketchup 2006-05-01 04:18:20.000000000 +0300
@@ -728,7 +728,7 @@
except:
a = None
-if os.listdir("."):
+if not a and os.listdir("."):
error("Can't find kernel version for non-empty directory")
sys.exit(-1)