Просмотр исходного кода

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

Wichert Akkerman лет назад: 25
Родитель
Сommit
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
 
 	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) ..