File: rules

package info (click to toggle)
migrationtools 47-9
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 500 kB
  • sloc: perl: 1,453; sh: 703; makefile: 4
file content (8 lines) | stat: -rwxr-xr-x 182 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

# Make sure all scripts are executable
execute_after_dh_install:
	find debian/migrationtools/usr/share/migrationtools -type f -exec chmod 755 '{}' ';'

%:
	dh $@