diff options
author | Patrick Ohly <patrick.ohly@gmx.de> | 2009-08-12 13:02:46 +0200 |
---|---|---|
committer | Patrick Ohly <patrick.ohly@gmx.de> | 2009-08-12 13:02:46 +0200 |
commit | 4bc19aef4835c23218a3a7370163da08dd551dff (patch) | |
tree | db7099d33e006bb72de4fd74e6d505efb29af4d5 | |
parent | ec6ca8996e424f06626cac4d17a0d25c1b143b30 (diff) |
build: pick right name when copying rpmsyncevolution-0-9
-rw-r--r-- | Makefile-gen.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile-gen.am b/Makefile-gen.am index a28b2041..ae68d2bc 100644 --- a/Makefile-gen.am +++ b/Makefile-gen.am @@ -116,7 +116,7 @@ deb rpm : dist/$(distdir) dist/debian/control doc-pak description-pak --pkgaltsource='http://www.estamos.de/projects/SyncML/' \ --pkggroup='gnome' \ --docdir=":$$docdir" cp -r `pwd`/$</usr/* /usr - if [ $@ == "rpm" ]; then cp /usr/src/rpm/RPMS/*/syncevolution-${VERSION}-2.*.rpm .; fi + if [ $@ == "rpm" ]; then cp /usr/src/rpm/RPMS/*/${PKGNAME}-${VERSION}-2.*.rpm .; fi .PHONY: dist/$(distdir) clean_dist dist/$(distdir): all |