File: rules

package info (click to toggle)
r-cran-git2r 0.36.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,968 kB
  • sloc: ansic: 8,299; sh: 4,104; makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 262 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	dh $@ --buildsystem R

execute_before_dh_auto_clean:
	if [ -e tools/config.rpath~ ] ; then mv tools/config.rpath~ tools/config.rpath ; fi

execute_before_dh_autoreconf:
	mv tools/config.rpath tools/config.rpath~
	touch tools/config.rpath