file-roller.guncellendi

This commit is contained in:
milisbir 2017-07-23 05:41:23 +03:00
parent 69fe11c5d3
commit b85aa8bb24
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@
name=file-roller name=file-roller
version=3.24.1 version=3.24.1
release=1 release=2
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version:0:4}/$name-$version.tar.xz) source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version:0:4}/$name-$version.tar.xz)
build() { build() {
@ -16,4 +16,5 @@ cd $name-$version
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install
chmod -v 0755 $PKG/usr/lib/file-roller/isoinfo.sh chmod -v 0755 $PKG/usr/lib/file-roller/isoinfo.sh
rm -r $PKG/usr/share/help
} }