aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Crozat <fcrozat@mandriva.com>2006-05-17 17:09:40 +0000
committerFrederic Crozat <fcrozat@mandriva.com>2006-05-17 17:09:40 +0000
commit826cd5c761eea3f796d46902f9ddc1421dc7381d (patch)
tree3784e160611daa66f562c9d662b4e2d10121971d
parent04091fb5697de6b61033d02cd7bd97523714b8db (diff)
downloadcommon-data-826cd5c761eea3f796d46902f9ddc1421dc7381d.tar
common-data-826cd5c761eea3f796d46902f9ddc1421dc7381d.tar.gz
common-data-826cd5c761eea3f796d46902f9ddc1421dc7381d.tar.bz2
common-data-826cd5c761eea3f796d46902f9ddc1421dc7381d.tar.xz
common-data-826cd5c761eea3f796d46902f9ddc1421dc7381d.zip
Fix errors in install script
-rw-r--r--desktop-common-data.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop-common-data.spec b/desktop-common-data.spec
index 48160ba..adef28e 100644
--- a/desktop-common-data.spec
+++ b/desktop-common-data.spec
@@ -117,8 +117,8 @@ for i in %_datadir/locale/*/LC_MESSAGES/menu-messages.mo ; do
msgunfmt $i > tmp-l10n/`echo $i | sed -e 's|%{_datadir}/locale/||' -e 's|/LC.*||'`.po
done
-for i in menus/desktop-directories/*.in ; do
- %{_bindir}/intltool-merge --desktop-style -c tmp-l10n/cache tmp-l10n $i $buildroot/%_datadir/desktop-directories/`basename $i .in`
+for i in menu/desktop-directories/*.in ; do
+ %{_bindir}/intltool-merge --desktop-style -c tmp-l10n/cache tmp-l10n $i %buildroot/%_datadir/desktop-directories/`basename $i .in`
done