summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-02-08 21:36:22 -0200
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-02-08 21:36:22 -0200
commit762ee8bc1440c7d43633023a218cb723d0840a0b (patch)
tree03b0800a448e270cf491496ad9df717bdb4501d9
parent588bfa4eb64e2f30c8073a7eca5f5ddc42c2c4b2 (diff)
hydrogen-libre-0.9.5.1-1: fixing sed command
-rw-r--r--libre/hydrogen-libre/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/hydrogen-libre/PKGBUILD b/libre/hydrogen-libre/PKGBUILD
index 605c1677b..5f4eef1b9 100644
--- a/libre/hydrogen-libre/PKGBUILD
+++ b/libre/hydrogen-libre/PKGBUILD
@@ -29,7 +29,7 @@ build() {
cd "${srcdir}/${_pkgname}-${pkgver}"
# Change to list with only free licensed drumkits
- sed -i -e 's|www.hydrogen-music.org/feeds/drumkit_list.php|repo.parabolagnulinux.org/other/hydrogen-libre/feeds/drumkit_list.php|' \
+ sed -i -e 's|www.hydrogen-music.org/feeds/drumkit_list.php|repo.parabolagnulinux.org/other/hydrogen-libre/feeds/drumkit_list.php|'\
{data/{hydrogen.default.conf,doc/manual{.docbook,_nl.html,_es.html,_fr.html,.pot,_fr.po,_es.po,_en.html,_ca.html,_it.html}},gui/src/SoundLibrary/SoundLibraryImportDialog.cpp,libs/hydrogen/src/preferences.cpp} || read
export QTDIR=/usr