diff options
Diffstat (limited to 'extra/gestpkg/Pkgfile')
-rw-r--r-- | extra/gestpkg/Pkgfile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/gestpkg/Pkgfile b/extra/gestpkg/Pkgfile index a9c63d445..49cd66b54 100644 --- a/extra/gestpkg/Pkgfile +++ b/extra/gestpkg/Pkgfile @@ -6,13 +6,14 @@ name=gestpkg version=1.1 -release=2 +release=3 source=(http://kiao.no-ip.info/NuTyX/files/$name-$version-src.tar.gz\ - gestpkg-logfile-01.patch) + gestpkg-logfile-02.patch) build() { -cd $name-$version-src + cd $name-$version-src + patch -Np1 -i ../gestpkg-logfile-02.patch rm -r GestPkgGUI/log python setup.py install --root=$PKG |