summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorPeng Huang <shawn.p.huang@gmail.com>2010-11-04 16:26:18 +0900
committerPeng Huang <shawn.p.huang@gmail.com>2010-11-04 16:26:18 +0900
commite6f36dbffa9da69fd3819ce21ac7504f50b055e7 (patch)
treeefba2028a78df82f5dab94bc3f3cbaf211d30df2 /Makefile.am
parenta17468d8ade1df427ca204605f608b9e4ab67b50 (diff)
downloadibus-libpinyin-e6f36dbffa9da69fd3819ce21ac7504f50b055e7.tar.gz
ibus-libpinyin-e6f36dbffa9da69fd3819ce21ac7504f50b055e7.tar.xz
ibus-libpinyin-e6f36dbffa9da69fd3819ce21ac7504f50b055e7.zip
Fix deb build errors.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 142cfec..3a0383c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -97,6 +97,7 @@ ppa: dist debian/changelog
$(AM_V_GEN) \
( \
mkdir ppa; \
+ cp $(distdir).tar.gz ppa/@PACKAGE_NAME@_@PACKAGE_VERSION@.orig.tar.gz ; \
cd ppa; \
tar zxvf ../$(distdir).tar.gz ; \
cd $(distdir); \