Jan Engelhardt
dfcf5f040e
OBS-URL: https://build.opensuse.org/package/show/server:mail/mapi-header-php?expand=0&rev=10
9 lines
109 B
Makefile
9 lines
109 B
Makefile
#!/usr/bin/make -f
|
|
INSTDIR=debian/tmp
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_auto_install:
|
|
make install DESTDIR=${INSTDIR}
|