Merge branch 'joeyconfig'
This commit is contained in:
commit
c8b8582341
2
Makefile
2
Makefile
|
@ -25,7 +25,7 @@ install:
|
||||||
$(CABAL) sdist
|
$(CABAL) sdist
|
||||||
cat dist/propellor-*.tar.gz | \
|
cat dist/propellor-*.tar.gz | \
|
||||||
(cd $(DESTDIR)/usr/src/propellor && tar zx --strip-components=1)
|
(cd $(DESTDIR)/usr/src/propellor && tar zx --strip-components=1)
|
||||||
cd $(DESTDIR)/usr/src/propellor && git init && git add . && git commit "current version of propellor"
|
cd $(DESTDIR)/usr/src/propellor && git init && git add . && git commit -m "current version of propellor"
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf dist Setup tags propellor privdata/local
|
rm -rf dist Setup tags propellor privdata/local
|
||||||
|
|
Loading…
Reference in New Issue