file-roller.guncellendi
This commit is contained in:
parent
69fe11c5d3
commit
b85aa8bb24
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue