Skip to content

Commit

Permalink
Ensure the plugin cache gets built once for each new package
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbird committed Feb 13, 2012
1 parent 46bec4b commit 1c8029e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Expand Up @@ -14,6 +14,8 @@ rpm:
exit 1;\ exit 1;\
fi fi


touch resources/extra/networks.py

tar -jcvf $(SOURCES)/$(WV).tar.bz2 --exclude=.git --transform="s/^\./$(WV)/" . tar -jcvf $(SOURCES)/$(WV).tar.bz2 --exclude=.git --transform="s/^\./$(WV)/" .
rpmbuild -ba resources/rpm/wader.spec rpmbuild -ba resources/rpm/wader.spec


Expand All @@ -24,6 +26,8 @@ deb:
exit 1;\ exit 1;\
fi fi


touch resources/extra/networks.py

@if [ -d packaging/debian/$(TARGET)/debian ] ;\ @if [ -d packaging/debian/$(TARGET)/debian ] ;\
then\ then\
PKGSOURCE=$(TARGET);\ PKGSOURCE=$(TARGET);\
Expand Down

0 comments on commit 1c8029e

Please sign in to comment.