]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build-sys: fix spaces versus tabs conflict
authorMarc-Antoine Perennou <Marc-Antoine@Perennou.com>
Mon, 11 Jul 2011 12:46:27 +0000 (14:46 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 11 Jul 2011 13:12:06 +0000 (15:12 +0200)
For some reason, tabs were replaced by spaces in commit
73ae0d5be6e070afe83d1a2324ac79941629201e

Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
term-utils/Makefile.am

index 50138980f18e2fa5c76852599b062ca518d9cbb7..7b545c38da7131881f04c646eb30d6223db6fe4b 100644 (file)
@@ -68,12 +68,12 @@ if USE_TTY_GROUP
 if MAKEINSTALL_DO_CHOWN
 install-exec-hook::
 if BUILD_WALL
-       chgrp tty $(DESTDIR)$(usrbin_execdir)/wall
-       chmod g+s $(DESTDIR)$(usrbin_execdir)/wall
+       chgrp tty $(DESTDIR)$(usrbin_execdir)/wall
+       chmod g+s $(DESTDIR)$(usrbin_execdir)/wall
 endif
 if BUILD_WRITE
-       chgrp tty $(DESTDIR)$(usrbin_execdir)/write
-       chmod g+s $(DESTDIR)$(usrbin_execdir)/write
+       chgrp tty $(DESTDIR)$(usrbin_execdir)/write
+       chmod g+s $(DESTDIR)$(usrbin_execdir)/write
 endif
 endif
 endif