mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/p7zip fix
This commit is contained in:
parent
c6ebfaf9c7
commit
e35abe6245
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ sha1sums=('1cd567e043ee054bf08244ce15f32cb3258306b7'
|
||||||
|
|
||||||
install=install
|
install=install
|
||||||
|
|
||||||
package() {
|
prepare() {
|
||||||
cd "${srcdir}/${pkgname}_${pkgver}"
|
cd "${srcdir}/${pkgname}_${pkgver}"
|
||||||
rm GUI/kde4/p7zip_compress.desktop
|
rm GUI/kde4/p7zip_compress.desktop
|
||||||
CFLAGS=`echo $CFLAGS | sed -e 's/-O2/-O0/'` && CXXFLAGS="$CFLAGS"
|
CFLAGS=`echo $CFLAGS | sed -e 's/-O2/-O0/'` && CXXFLAGS="$CFLAGS"
|
||||||
|
|
Loading…
Reference in a new issue