From c1d69ba4ff8824ab0d1cc715353bceee76923866 Mon Sep 17 00:00:00 2001 From: don Date: Sat, 21 Jan 2012 22:51:09 +0000 Subject: [PATCH] * fix space/tab insanity --- debian/rules | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -- 2.39.2