[PC-BSD Commits] r20269 - in pbi/modules/editors/emacs-devel: . resources/bin
svn at pcbsd.org
svn at pcbsd.org
Tue Nov 20 08:56:15 PST 2012
Author: kenmoore
Date: 2012-11-20 16:56:15 +0000 (Tue, 20 Nov 2012)
New Revision: 20269
Modified:
pbi/modules/editors/emacs-devel/pbi.conf
pbi/modules/editors/emacs-devel/resources/bin/emacs.sh
Log:
Fix the typo in the emacs-devel module as well (wrapper script)
Modified: pbi/modules/editors/emacs-devel/pbi.conf
===================================================================
--- pbi/modules/editors/emacs-devel/pbi.conf 2012-11-20 16:55:03 UTC (rev 20268)
+++ pbi/modules/editors/emacs-devel/pbi.conf 2012-11-20 16:56:15 UTC (rev 20269)
@@ -1,4 +1,4 @@
-#!/bin/sh
+'#!/bin/sh
# PBI Build Configuration
# Place over-rides and settings here
#
@@ -25,6 +25,6 @@
PBI_MKPORTBEFORE=""
PBI_MKPORTAFTER="x11-themes/qtcurve-gtk2"
-PBI_BUILDKEY="04"; export PBI_BUILDKEY
+PBI_BUILDKEY="05"; export PBI_BUILDKEY
export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT PBI_MKPORTBEFORE PBI_MKPORTAFTER
Modified: pbi/modules/editors/emacs-devel/resources/bin/emacs.sh
===================================================================
--- pbi/modules/editors/emacs-devel/resources/bin/emacs.sh 2012-11-20 16:55:03 UTC (rev 20268)
+++ pbi/modules/editors/emacs-devel/resources/bin/emacs.sh 2012-11-20 16:56:15 UTC (rev 20269)
@@ -1,6 +1,6 @@
#!/bin/sh
-PROGDIR=CHANGME
+PROGDIR=CHANGEME
#startup Emacs with flags to prevent it from crashing
dbus-launch --exit-with-session ${PROGDIR}/bin/emacs
More information about the Commits
mailing list