summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-12-08 02:50:35 +0000
committerRoy Marples <roy@marples.name>2007-12-08 02:50:35 +0000
commit9a6cfc0a9b455d463ce469fc59beb880ecce5294 (patch)
treec429a7857ffb29f17797f16676802d0ae8733da3 /Makefile
parent04515763746ed1622ee43f36a7d6cb5af8a9dbf6 (diff)
downloadopenrc-9a6cfc0a9b455d463ce469fc59beb880ecce5294.tar.gz
openrc-9a6cfc0a9b455d463ce469fc59beb880ecce5294.tar.bz2
openrc-9a6cfc0a9b455d463ce469fc59beb880ecce5294.tar.xz
Add termcap support.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 12a01ba..0c2f6c0 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
# Distributed under the terms of the GNU General Public License v2
NAME = openrc
-VERSION = 0.1
+VERSION = 0.1
PKG = $(NAME)-$(VERSION)
SUBDIR = conf.d etc init.d man net runlevels sh src
@@ -26,6 +26,7 @@ dist:
cp -RPp . /tmp/$(PKG)
(cd /tmp/$(PKG); git clean; $(MAKE) clean)
rm -rf /tmp/$(PKG)/*.bz2 /tmp/$(PKG)/.git /tmp/$(PKG)/test
+ rm -rf /tmp/$(PKG)/.gitignore /tmp/$(PKG)/src/.gitignore
tar cvjpf $(PKG).tar.bz2 -C /tmp $(PKG)
rm -rf /tmp/$(PKG)
ls -l $(PKG).tar.bz2