Explorar o código

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

Wichert Akkerman %!s(int64=25) %!d(string=hai) anos
pai
achega
182f0ed1a3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 
 	dpkg-shlibdeps -Tdebian/dselect.substvars \
-		$(TMP_DSELECT)/usr/bin/dselect 	
+		$(TMP_DSELECT)/usr/bin/dselect 
 	perl -I `pwd`/scripts scripts/dpkg-gencontrol.pl -isp \
 		-Tdebian/dselect.substvars -pdselect -P$(TMP_DSELECT)
 	dpkg --build $(TMP_DSELECT) ..