Changeset 72
- Timestamp:
- Jan 28, 2016, 2:56:19 PM (5 years ago)
- Location:
- wkhtmltox/trunk/fuentes/debian
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
wkhtmltox/trunk/fuentes/debian/install
r62 r72 1 bin /usr/bin 2 include /usr/include 3 lib /usr/lib 4 share /usr/share 5 usr /usr 1 bin/wkhtmltopdf usr/bin 2 bin/wkhtmltoimage usr/bin 3 #include /usr 4 #lib /usr/lib 5 #cosa /usr/share 6 #debian/wkhtmltox/usr /usr -
wkhtmltox/trunk/fuentes/debian/rules
r51 r72 2 2 # See debhelper(7) (uncomment to enable) 3 3 # output every command that modifies files on the build system. 4 #export DH_VERBOSE = 14 export DH_VERBOSE = 1 5 5 6 6 … … 16 16 17 17 %: 18 dh $@ 18 dh $@ --parallel 19 19 20 override_dh_auto_install: 21 $(MAKE) INSTALL_ROOT=$$(pwd)/debian/wkhtmltox/usr install 20 22 23 clean: 24 rm -rf bin 25 dh $@ 21 26 # dh_make generated override targets 22 27 # This is example for Cmake (See https://bugs.debian.org/641051 )
Note: See TracChangeset
for help on using the changeset viewer.