oreolek
/
adventin
Archived
1
0
Fork 0

fix in makefile

This commit is contained in:
p.kosyh 2011-08-01 07:57:01 +00:00
parent 2b80736ffd
commit 2e725fd8d9
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ PKGBUILD: PKGBUILD.in tarball
tarball: clean svnclean docs rules
echo "# you can define own flags here" > config.make
ln -sf ./ $(VERTITLE)
tar -cz --exclude $(VERTITLE)/$(VERTITLE) --exclude .svn --exclude $(ARCHIVE) --exclude windows.tar.gz -f $(ARCHIVE) $(VERTITLE)/*
tar -cz --exclude $(VERTITLE)/$(VERTITLE) --exclude .svn --exclude $(ARCHIVE) --exclude mingw32ce.tar.gz --exclude windows.tar.gz -f $(ARCHIVE) $(VERTITLE)/*
$(RM) -f $(VERTITLE)
clean: