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

Roman Kyrylych roman at archlinux.org
Sat Oct 3 10:51:37 UTC 2009


    Date: Saturday, October 3, 2009 @ 06:51:37
  Author: roman
Revision: 53792

Fixed the symlink to the license file

Modified:
  mcpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-03 10:36:02 UTC (rev 53791)
+++ PKGBUILD	2009-10-03 10:51:37 UTC (rev 53792)
@@ -23,5 +23,5 @@
   make DESTDIR="${pkgdir}" install || return 1
 
   install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -sf ../doc/${pkgname}/LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/"
+  ln -sf ../../doc/${pkgname}/LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/"
 }




More information about the arch-commits mailing list