[PC-BSD Commits] r19448 - in pbi/modules/editors/emacs: . scripts
svn at pcbsd.org
svn at pcbsd.org
Mon Sep 24 07:14:41 PDT 2012
Author: kenmoore
Date: 2012-09-24 14:14:41 +0000 (Mon, 24 Sep 2012)
New Revision: 19448
Modified:
pbi/modules/editors/emacs/external-links
pbi/modules/editors/emacs/pbi.conf
pbi/modules/editors/emacs/scripts/post-install.sh
Log:
Fix the wrapper script linking for editors/emacs and rebuild
Modified: pbi/modules/editors/emacs/external-links
===================================================================
--- pbi/modules/editors/emacs/external-links 2012-09-24 14:12:51 UTC (rev 19447)
+++ pbi/modules/editors/emacs/external-links 2012-09-24 14:14:41 UTC (rev 19448)
@@ -4,3 +4,4 @@
# Use action binary for binaries that need wrapper functionality
# TARGET LINK IN LOCALBASE ACTION
+bin/emacs.sh bin/emacs.sh binary
Modified: pbi/modules/editors/emacs/pbi.conf
===================================================================
--- pbi/modules/editors/emacs/pbi.conf 2012-09-24 14:12:51 UTC (rev 19447)
+++ pbi/modules/editors/emacs/pbi.conf 2012-09-24 14:14:41 UTC (rev 19448)
@@ -17,7 +17,7 @@
PBI_REQUIRESROOT="NO"
# -- Auto-build Configuration Options --
-PBI_BUILDKEY="05"
+PBI_BUILDKEY="06"
PBI_AB_PRIORITY="00"
PBI_AB_NOTMPFS="NO"
Modified: pbi/modules/editors/emacs/scripts/post-install.sh
===================================================================
--- pbi/modules/editors/emacs/scripts/post-install.sh 2012-09-24 14:12:51 UTC (rev 19447)
+++ pbi/modules/editors/emacs/scripts/post-install.sh 2012-09-24 14:14:41 UTC (rev 19448)
@@ -1,3 +1,4 @@
#!/bin/sh
sed -i.bak "s,CHANGEME,${PBI_PROGDIRPATH},g" ${PBI_PROGDIRPATH}/bin/emacs.sh
+chmod 755 ${PBI_PROGDIRPATH}/bin/emacs.sh
More information about the Commits
mailing list