summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrigon2016-03-18 10:38:12 +0000
committerrigon2016-03-18 10:38:12 +0000
commitc3c899980a4f051fc5a414e8c6d5741f22fd3636 (patch)
treeb2699bd2158a5df013ab8bcd900d3c62e8118379
parent2d9eb387260796d5bcb0bcd072c2b7e2b0952177 (diff)
downloadaur-c3c899980a4f051fc5a414e8c6d5741f22fd3636.tar.gz
Install bugfix
-rw-r--r--PKGBUILD2
-rw-r--r--qmmp-plugin-youtube.install2
2 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4fd4d38d8f2e..7393c0708765 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,7 +28,7 @@ build() {
cd "$pkgname-$pkgver"/
qmake
- make -j8
+ make -j4
# HTTP plugin build
cd ../"qmmp-$_qmmpver"/
diff --git a/qmmp-plugin-youtube.install b/qmmp-plugin-youtube.install
index 214a743b6818..482f16cda479 100644
--- a/qmmp-plugin-youtube.install
+++ b/qmmp-plugin-youtube.install
@@ -7,7 +7,7 @@ post_install() {
# Restore the original HTTP plugin
-pre_remove() {
+post_remove() {
sudo mv /usr/lib/qmmp/Transports/libhttp.so.bak /usr/lib/qmmp/Transports/libhttp.so
}