Skip to content
Snippets Groups Projects
Commit 1082ae6b authored by mikeyd's avatar mikeyd
Browse files

Missing append, <facepalm.jpg>

parent 3ae98920
No related branches found
No related tags found
No related merge requests found
......@@ -97,8 +97,8 @@ binary-arch:
echo $(BINDIR)/$(EXENAME) >> $(DIR)/debian/source/include-binaries
# Generate install folder files
echo $(PKGDIR) > $(DIR)/debian/$(PACKAGE).install
echo $(DESKTOP_DIR) > $(DIR)/debian/$(PACKAGE).install
echo $(PIXMAPS_DIR) > $(DIR)/debian/$(PACKAGE).install
echo $(DESKTOP_DIR) >> $(DIR)/debian/$(PACKAGE).install
echo $(PIXMAPS_DIR) >> $(DIR)/debian/$(PACKAGE).install
echo $(DBGDIR) > $(DIR)/debian/$(DBGPKG).install
binary: binary-arch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment