mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-27 17:02:33 +01:00
debian: Update with version 0.95.8-1~exp2 packaging.
This commit is contained in:
committed by
Carlos R. Mafra
parent
ff865c31f0
commit
ee36395ddf
13
debian/rules
vendored
13
debian/rules
vendored
@@ -39,17 +39,20 @@ override_dh_auto_configure:
|
||||
override_dh_installmenu:
|
||||
dh_installmenu -a --noscripts
|
||||
|
||||
override_dh_install:
|
||||
# Fix perms for /usr/share/WindowMaker/*sh before install them
|
||||
chmod +x $(DEBIAN_TMP)$(WMSHAREDIR)/autostart.sh
|
||||
chmod +x $(DEBIAN_TMP)$(WMSHAREDIR)/exitscript.sh
|
||||
|
||||
override_dh_installdocs:
|
||||
# Readmes - Copy+rename before install
|
||||
# We use the root of the temporal directory debian/tmp
|
||||
cp po/README $(DEBIAN_TMP)/README.po
|
||||
cp README.definable-cursor $(DEBIAN_TMP)/README.definable-cursor
|
||||
cp WPrefs.app/README $(DEBIAN_TMP)/README.WPrefs
|
||||
cp WPrefs.app/po/README $(DEBIAN_TMP)/README.WPrefs.po
|
||||
dh_installdocs
|
||||
|
||||
override_dh_install:
|
||||
# Fix perms for /usr/share/WindowMaker/*sh before install them
|
||||
chmod +x $(DEBIAN_TMP)$(WMSHAREDIR)/autostart.sh
|
||||
chmod +x $(DEBIAN_TMP)$(WMSHAREDIR)/exitscript.sh
|
||||
|
||||
|
||||
# Now, change the #wmdatadir# string to $(WMSHAREDIR)
|
||||
perl -pi -e 's:#wmdatadir#:$(WMSHAREDIR):' `find $(DEBIAN_TMP)/$(WMSHAREDIR) -name plmenu.*`
|
||||
|
||||
Reference in New Issue
Block a user