muffin
This commit is contained in:
parent
f40e0da10c
commit
c5e92cf3aa
|
@ -11,7 +11,7 @@ kaynak=(https://github.com/linuxmint/$isim/archive/$surum.tar.gz::$isim-$surum.t
|
|||
|
||||
derle() {
|
||||
cd $isim-$surum
|
||||
tamir_masaustu
|
||||
|
||||
PYTHON=python ./autogen.sh \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
|
@ -23,7 +23,7 @@ cd $isim-$surum
|
|||
|
||||
#https://bugzilla.gnome.org/show_bug.cgi?id=656231
|
||||
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
||||
|
||||
tamir_masaustu
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
make -C src DESTDIR="$PKG" uninstall-binPROGRAMS uninstall-desktopfilesDATA
|
||||
|
|
Loading…
Reference in New Issue