diff options
Diffstat (limited to 'abs/mv-core/myth/release-fixes/plugins/mythcontrols')
-rw-r--r-- | abs/mv-core/myth/release-fixes/plugins/mythcontrols/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/mv-core/myth/release-fixes/plugins/mythcontrols/PKGBUILD b/abs/mv-core/myth/release-fixes/plugins/mythcontrols/PKGBUILD index 31b1e73..ea1109f 100644 --- a/abs/mv-core/myth/release-fixes/plugins/mythcontrols/PKGBUILD +++ b/abs/mv-core/myth/release-fixes/plugins/mythcontrols/PKGBUILD @@ -27,7 +27,7 @@ then msg "appending program lib" fi make distclean - ./configure --disable-all --enable-opengl --enable-mythcontrols + ./configure --disable-all --enable-opengl --enable-mythcontrols --prefix=/usr make -j 2 || return 1 |