diff options
author | André Fabian Silva Delgado <andre@pc_andre.quanticapc.no-ip.org> | 2012-12-10 01:14:47 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <andre@pc_andre.quanticapc.no-ip.org> | 2012-12-10 01:14:47 -0200 |
commit | a6bc83c4664f2b3b3ca5a160e661e579333c1669 (patch) | |
tree | e9146df2ffe8df9f2d5f12df2a91e3b239f508aa /libre/kdebase-konqueror-libre/PKGBUILD | |
parent | c590bfc998aa4eaacfbe2ba862ea5e071879a423 (diff) | |
download | abslibre-a6bc83c4664f2b3b3ca5a160e661e579333c1669.tar.gz abslibre-a6bc83c4664f2b3b3ca5a160e661e579333c1669.tar.bz2 abslibre-a6bc83c4664f2b3b3ca5a160e661e579333c1669.zip |
kdebase-konqueror-libre-4.9.4-2: fixing compilation error on PKGBUILD
Diffstat (limited to 'libre/kdebase-konqueror-libre/PKGBUILD')
-rwxr-xr-x | libre/kdebase-konqueror-libre/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libre/kdebase-konqueror-libre/PKGBUILD b/libre/kdebase-konqueror-libre/PKGBUILD index ba585e10c..26b14ff86 100755 --- a/libre/kdebase-konqueror-libre/PKGBUILD +++ b/libre/kdebase-konqueror-libre/PKGBUILD @@ -30,11 +30,12 @@ provides=("kdebase-konqueror=$pkgver") build() { cd kde-baseapps-${pkgver} patch -p1 -i "${srcdir}"/kde-baseapps-4.9.4-fix-bugs-311206-311246.diff - cd ../ # Don't recommend nonfree software or Google. patch -Np1 -i "${srcdir}/konq-about-fsdg.diff" + cd ../ + mkdir build cd build cmake ../kde-baseapps-${pkgver} \ |