[arch-commits] Commit in systemd/trunk (PKGBUILD)

Dave Reisner dreisner at nymeria.archlinux.org
Mon Oct 14 00:16:43 UTC 2013


    Date: Monday, October 14, 2013 @ 02:16:43
  Author: dreisner
Revision: 196447

remove +x bit from license file (FS#37326)

Modified:
  systemd/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-13 21:34:11 UTC (rev 196446)
+++ PKGBUILD	2013-10-14 00:16:43 UTC (rev 196447)
@@ -120,7 +120,7 @@
      "$srcdir"/_sysvcompat/usr/share/man/man8
 
   # include MIT license, since it's technically custom
-  install -Dm755 "$srcdir/$pkgname-$pkgver/LICENSE.MIT" \
+  install -Dm644 "$srcdir/$pkgname-$pkgver/LICENSE.MIT" \
       "$pkgdir/usr/share/licenses/systemd/LICENSE.MIT"
 }
 




More information about the arch-commits mailing list