mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
linux: Appimage packaging
Move some files around, so that AppImages can be packaged inside a .deb for convenience.
This commit is contained in:
parent
b6cab0f7d1
commit
9264c19f76
12 changed files with 61 additions and 31 deletions
10
debian/rules
vendored
10
debian/rules
vendored
|
@ -1,8 +1,14 @@
|
|||
#!/usr/bin/make -f
|
||||
# See debhelper(7) (uncomment to enable)
|
||||
# output every command that modifies files on the build system.
|
||||
#export DH_VERBOSE = 1
|
||||
export DH_VERBOSE = 1
|
||||
|
||||
%:
|
||||
dh $@ --sourcedirectory=src
|
||||
dh $@
|
||||
|
||||
.PHONY: override_dh_usrlocal
|
||||
override_dh_usrlocal:
|
||||
|
||||
.PHONY: override_dh_strip
|
||||
override_dh_strip:
|
||||
dh_strip --exclude=AppImage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue