summaryrefslogtreecommitdiff
path: root/libre/hydrogen-libre/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-02-08 20:36:18 -0200
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-02-08 20:36:18 -0200
commit1a7dc00332e57313f2ae454be328ec5c4cde64bd (patch)
treead197f309bafceaef14b9a5130500d8b651212ef /libre/hydrogen-libre/PKGBUILD
parentd428218b4fe75feac5c8a999dd0f33e291f2a85f (diff)
hydrogen-libre-0.9.5.1-1: adding -e on sed command
Diffstat (limited to 'libre/hydrogen-libre/PKGBUILD')
-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 0c2bcb52d..6e7512afb 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 "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