]> git.donarmstrong.com Git - unscd.git/blob - debian/rules
* Fix typo in nscd.conf (Closes: #656615)
[unscd.git] / debian / rules
1 #!/usr/bin/make -f
2
3 %: 
4         dh $@
5
6 override_dh_auto_build:
7         gcc $(CFLAGS) $(LDFLAGS) -o nscd nscd.c
8
9 override_dh_auto_install:
10        $(INSTALL) -d debian/unscd/usr/sbin/
11        $(INSTALL) -t debian/unscd/usr/sbin/ nscd
12        $(INSTALL) -d debian/unscd/etc/
13        $(INSTALL) -m644 -t debian/unscd/etc/ debian/nscd.conf