summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-21 10:57:16 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-21 10:57:16 +0200
commit8180d3975cb2af521030bcd46c32fdf2efdedf3f (patch)
treef721b32af17c2b39d3eab55a630eff1d98a2d952 /Makefile
parentd8e980cd2d6072ac812ef96b2aea73037cf8d56b (diff)
downloadpgfuse-8180d3975cb2af521030bcd46c32fdf2efdedf3f.tar.gz
pgfuse-8180d3975cb2af521030bcd46c32fdf2efdedf3f.tar.bz2
more osc fixes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile20
1 files changed, 10 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index 46bd188..2602e31 100644
--- a/Makefile
+++ b/Makefile
@@ -136,17 +136,17 @@ install: all
cp schema.sql "$(datadir)/$(PACKAGE_NAME)-$(PACKAGE_VERSION)"
dist:
- rm -rf /tmp/$(PACKAGE_NAME)-$(PACKAGE_VERSION)
- mkdir /tmp/$(PACKAGE_NAME)-$(PACKAGE_VERSION)
- cp -r * /tmp/$(PACKAGE_NAME)-$(PACKAGE_VERSION)/.
- cd /tmp/$(PACKAGE_NAME)-$(PACKAGE_VERSION); \
+ rm -rf /tmp/$(PACKAGE_NAME)_$(PACKAGE_VERSION)
+ mkdir /tmp/$(PACKAGE_NAME)_$(PACKAGE_VERSION)
+ cp -r * /tmp/$(PACKAGE_NAME)_$(PACKAGE_VERSION)/.
+ cd /tmp/$(PACKAGE_NAME)_$(PACKAGE_VERSION); \
$(MAKE) clean; \
cd .. ; \
- tar cvf $(PACKAGE_NAME)-$(PACKAGE_VERSION).tar \
- $(PACKAGE_NAME)-$(PACKAGE_VERSION)
- rm -rf /tmp/$(PACKAGE_NAME)-$(PACKAGE_VERSION)
- mv /tmp/$(PACKAGE_NAME)-$(PACKAGE_VERSION).tar .
+ tar cvf $(PACKAGE_NAME)_$(PACKAGE_VERSION).tar \
+ $(PACKAGE_NAME)_$(PACKAGE_VERSION)
+ rm -rf /tmp/$(PACKAGE_NAME)_$(PACKAGE_VERSION)
+ mv /tmp/$(PACKAGE_NAME)_$(PACKAGE_VERSION).tar .
dist-gz: dist
- rm -f $(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.gz
- gzip $(PACKAGE_NAME)-$(PACKAGE_VERSION).tar
+ rm -f $(PACKAGE_NAME)_$(PACKAGE_VERSION).tar.gz
+ gzip $(PACKAGE_NAME)_$(PACKAGE_VERSION).tar