diff options
author | James Meyer <james.meyer@operamail.com> | 2009-02-22 22:33:38 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-02-22 22:33:38 (GMT) |
commit | 8a56d9ef0cf6ddd18fa9f1065d915c7688f54d17 (patch) | |
tree | b8da8aaafce30effaaf968d294ed776b002e5fcb /abs/mv-core/myth/release-fixes/plugins/mythcontrols | |
parent | 0e3fd5d95beeec6ea3b0f763646549e19899814b (diff) | |
download | linhes_pkgbuild-8a56d9ef0cf6ddd18fa9f1065d915c7688f54d17.zip linhes_pkgbuild-8a56d9ef0cf6ddd18fa9f1065d915c7688f54d17.tar.gz linhes_pkgbuild-8a56d9ef0cf6ddd18fa9f1065d915c7688f54d17.tar.bz2 |
Bring MV-core myth packages up to date
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 |