diff options
author | Folker Bernitt <fbernitt@thoughtworks.com> | 2014-09-10 11:36:16 +0200 |
---|---|---|
committer | Folker Bernitt <fbernitt@thoughtworks.com> | 2014-09-10 12:08:34 +0200 |
commit | dfd12bc6c6625ed1f2d811a8abbc491688d6bd54 (patch) | |
tree | 4eaf764b7fd64f584a6b988ce544ea77de253af4 /web-ui/Makefile | |
parent | 336c61806095752d08da03657b460e8532ee7324 (diff) |
Build and add resources at the right locations.
- include package data into build
- build resources as part of debian dpkg-buildpackage
use: dpkg-buildpackage -rfakeroot -uc -us to build the package
Diffstat (limited to 'web-ui/Makefile')
-rw-r--r-- | web-ui/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web-ui/Makefile b/web-ui/Makefile index bb159131..31d4c671 100644 --- a/web-ui/Makefile +++ b/web-ui/Makefile @@ -27,6 +27,7 @@ clean: install: + rm -Rf $(DESTDIR)/usr/pixelated $(DESTDIR)/usr/web-ui # Fix: delete files generated by python setup.py install that are in the wrong place install -d $(DESTDIR)/usr/share/pixelated-user-agent cp -r dist/* $(DESTDIR)/usr/share/pixelated-user-agent |