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

Anatol Pomozov anatolik at archlinux.org
Wed Dec 2 16:23:38 UTC 2015


    Date: Wednesday, December 2, 2015 @ 17:23:38
  Author: anatolik
Revision: 252120

Remove unused ln commands

Modified:
  apache/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-02 16:22:28 UTC (rev 252119)
+++ PKGBUILD	2015-12-02 16:23:38 UTC (rev 252120)
@@ -102,10 +102,8 @@
   install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 
   # symlinks for /etc/httpd
-  # do we really need these symlinks?
-  #ln -fs /var/log/httpd "${pkgdir}/etc/httpd/logs"
+  # do we really need this symlink?
   ln -fs /usr/lib/httpd/modules "${pkgdir}/etc/httpd/modules"
-  #ln -fs /usr/lib/httpd/build "${pkgdir}/etc/httpd/build"
 
   # set sane defaults
   sed -e 's#/usr/lib/httpd/modules/#modules/#' \



More information about the arch-commits mailing list