From bde28c8d8a05d431f177040c02cdc5a451bd4532 Mon Sep 17 00:00:00 2001 From: sibel Date: Mon, 18 Oct 2010 19:04:38 +0200 Subject: maj de gestpkg#1.1-4 --- extra/gestpkg/.footprint | 3 --- extra/gestpkg/Pkgfile | 8 +++++--- 2 files changed, 5 insertions(+), 6 deletions(-) (limited to 'extra') 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 } -- cgit v1.2.3-54-g00ecf