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() {
|
derle() {
|
||||||
cd $isim-$surum
|
cd $isim-$surum
|
||||||
tamir_masaustu
|
|
||||||
PYTHON=python ./autogen.sh \
|
PYTHON=python ./autogen.sh \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--sysconfdir=/etc \
|
--sysconfdir=/etc \
|
||||||
|
@ -23,7 +23,7 @@ cd $isim-$surum
|
||||||
|
|
||||||
#https://bugzilla.gnome.org/show_bug.cgi?id=656231
|
#https://bugzilla.gnome.org/show_bug.cgi?id=656231
|
||||||
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
||||||
|
tamir_masaustu
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
make -C src DESTDIR="$PKG" uninstall-binPROGRAMS uninstall-desktopfilesDATA
|
make -C src DESTDIR="$PKG" uninstall-binPROGRAMS uninstall-desktopfilesDATA
|
||||||
|
|
Loading…
Reference in New Issue