[Xfce4-commits] <xfce4-docs:xfce4-clipman-plugin-master> Fix typo that avoided distribution of PO files
Mike Massonnet
noreply at xfce.org
Sun Oct 23 00:02:04 CEST 2011
Updating branch refs/heads/xfce4-clipman-plugin-master
to f75411e91dffa760d59a056f44c04ba7a29631c3 (commit)
from 0287c0dc7b110a2ed95a7252630e174fde77e71a (commit)
commit f75411e91dffa760d59a056f44c04ba7a29631c3
Author: Mike Massonnet <mmassonnet at xfce.org>
Date: Sun Oct 23 00:02:45 2011 +0200
Fix typo that avoided distribution of PO files
po/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/po/Makefile.am b/po/Makefile.am
index 96a0994..50f8641 100644
--- a/po/Makefile.am
+++ b/po/Makefile.am
@@ -1,2 +1,2 @@
-PO_FILES = $(shell cd $(srcdir) && echo `bin/ls *.po 2> /dev/null`)
+PO_FILES = $(shell cd $(srcdir) && echo `/bin/ls *.po 2> /dev/null`)
EXTRA_DIST = $(PO_FILES) $(GETTEXT_PACKAGE).pot
More information about the Xfce4-commits
mailing list