diff options
-rw-r--r-- | extra/gestpkg/.footprint | 3 | ||||
-rw-r--r-- | extra/gestpkg/Pkgfile | 8 |
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 } |