X-Git-Url: https://git.donarmstrong.com/?p=unscd.git;a=blobdiff_plain;f=debian%2Frules;h=317a807e864ba9a220f003909ea01f542e33befb;hp=59e1de4d90f8570931befd9d1da6119fcd765cb7;hb=c1d69ba4ff8824ab0d1cc715353bceee76923866;hpb=faa068f74625dc051569fe58913562e005aab815 diff --git a/debian/rules b/debian/rules index 59e1de4..317a807 100755 --- a/debian/rules +++ b/debian/rules @@ -1,13 +1,13 @@ #!/usr/bin/make -f -%: +%: dh $@ override_dh_auto_build: gcc $(CFLAGS) $(LDFLAGS) -o nscd nscd.c override_dh_auto_install: - $(INSTALL) -d debian/unscd/usr/sbin/ - $(INSTALL) -t debian/unscd/usr/sbin/ nscd - $(INSTALL) -d debian/unscd/etc/ - $(INSTALL) -m644 -t debian/unscd/etc/ debian/nscd.conf + $(INSTALL) -d debian/unscd/usr/sbin/ + $(INSTALL) -t debian/unscd/usr/sbin/ nscd + $(INSTALL) -d debian/unscd/etc/ + $(INSTALL) -m644 -t debian/unscd/etc/ debian/nscd.conf