summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2010-10-18 19:04:38 +0200
committersibel <lesibel@free.fr>2010-10-18 19:04:38 +0200
commitbde28c8d8a05d431f177040c02cdc5a451bd4532 (patch)
tree6d46490e804345e62ff7f526dbf0f35828f30547 /extra
parent0cfebc96c8aa86b3452ad0822a793100d1b4bb57 (diff)
downloadnutyx-extra-bde28c8d8a05d431f177040c02cdc5a451bd4532.tar.gz
nutyx-extra-bde28c8d8a05d431f177040c02cdc5a451bd4532.tar.bz2
nutyx-extra-bde28c8d8a05d431f177040c02cdc5a451bd4532.tar.xz
nutyx-extra-bde28c8d8a05d431f177040c02cdc5a451bd4532.zip
maj de gestpkg#1.1-4
Diffstat (limited to 'extra')
-rw-r--r--extra/gestpkg/.footprint3
-rw-r--r--extra/gestpkg/Pkgfile8
2 files changed, 5 insertions, 6 deletions
diff --git a/extra/gestpkg/.footprint b/extra/gestpkg/.footprint
index 113f8facd..e1baac367 100644
--- a/extra/gestpkg/.footprint
+++ b/extra/gestpkg/.footprint
@@ -31,6 +31,3 @@ drwxr-xr-x root/root usr/share/icons/hicolor/32x32/apps/
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/gestpkg.png
-drwxr-xr-x root/root var/
-drwxr-xr-x root/root var/log/
--rw-r--r-- root/root var/log/gestpkg.log (EMPTY)
diff --git a/extra/gestpkg/Pkgfile b/extra/gestpkg/Pkgfile
index ef6907328..e7c770c32 100644
--- a/extra/gestpkg/Pkgfile
+++ b/extra/gestpkg/Pkgfile
@@ -6,7 +6,7 @@
name=gestpkg
version=1.1
-release=3
+release=4
source=(http://kiao.no-ip.info/NuTyX/files/$name-$version-src.tar.gz\
http://nutyx.meticul.eu/files/patchs/$name/gestpkg-logfile-02.patch)
@@ -28,8 +28,10 @@ build() {
mkdir -p $PKG/usr/share/icons/hicolor/16x16/apps/
install -m 644 ./icons/16x16/${name}.png $PKG/usr/share/icons/hicolor/16x16/apps/
- mkdir -p $PKG/var/log/
- touch $PKG/var/log/gestpkg.log
+
+# Pour éviter pkgadd -f on commente les 2 lignes suivantes
+# mkdir -p $PKG/var/log/
+# touch $PKG/var/log/gestpkg.log
}