Преглед изворни кода

Remove trailing tab because emacs is silly enough to warn about it

Wichert Akkerman пре 25 година
родитељ
комит
182f0ed1a3
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      debian/rules

+ 1 - 1
debian/rules

@@ -246,7 +246,7 @@ binary-dselect: stamp-binary
 	install -p -m 755 -o root -g root debian/dselect.postinst $(TMP_DSELECT)/DEBIAN/postinst
 	install -p -m 755 -o root -g root debian/dselect.postinst $(TMP_DSELECT)/DEBIAN/postinst
 
 
 	dpkg-shlibdeps -Tdebian/dselect.substvars \
 	dpkg-shlibdeps -Tdebian/dselect.substvars \
-		$(TMP_DSELECT)/usr/bin/dselect 	
+		$(TMP_DSELECT)/usr/bin/dselect 
 	perl -I `pwd`/scripts scripts/dpkg-gencontrol.pl -isp \
 	perl -I `pwd`/scripts scripts/dpkg-gencontrol.pl -isp \
 		-Tdebian/dselect.substvars -pdselect -P$(TMP_DSELECT)
 		-Tdebian/dselect.substvars -pdselect -P$(TMP_DSELECT)
 	dpkg --build $(TMP_DSELECT) ..
 	dpkg --build $(TMP_DSELECT) ..