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