kobodeluxe: fix absolute paths in INSTALL/REMOVE
This commit is contained in:
parent
9c72f0115a
commit
75de4fd7ca
|
@ -1,7 +1,7 @@
|
|||
case "$ACTION" in
|
||||
post) if [ "$UPDATE" != "yes" ]; then
|
||||
mkdir -p /var/games/kobo-deluxe/scores
|
||||
chmod 777 /var/games/kobo-deluxe/scores
|
||||
mkdir -p var/games/kobo-deluxe/scores
|
||||
chmod 777 var/games/kobo-deluxe/scores
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
case "$ACTION" in
|
||||
post) if [ "$UPDATE" != "yes" ]; then
|
||||
rm -r /var/games/kobo-deluxe
|
||||
rm -r var/games/kobo-deluxe
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'kobodeluxe'
|
||||
pkgname=kobodeluxe
|
||||
version=0.5.1
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="KoboDeluxe-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--sharedstatedir=/var/games"
|
||||
|
|
Loading…
Reference in New Issue