[Pkg-jed-commit] r185 - in trunk/packages/jed-extra: debian utils

Guenter Milde milde-guest at costa.debian.org
Mon Nov 14 09:22:21 UTC 2005


Author: milde-guest
Date: 2005-11-14 09:22:21 +0000 (Mon, 14 Nov 2005)
New Revision: 185

Modified:
   trunk/packages/jed-extra/debian/compile
   trunk/packages/jed-extra/utils/sort-modes.sl
Log:
install jed-extra-preparse.sl in JED_ROOT/compile and expect it there


Modified: trunk/packages/jed-extra/debian/compile
===================================================================
--- trunk/packages/jed-extra/debian/compile	2005-11-13 21:47:41 UTC (rev 184)
+++ trunk/packages/jed-extra/debian/compile	2005-11-14 09:22:21 UTC (rev 185)
@@ -1,11 +1,11 @@
 #!/bin/sh -e
 
-LIBDIR=/usr/lib/jed-extra
+LIBDIR=/usr/share/jed/jed-extra
 PREPARSE=jed-extra-preparse.sl
 
 case "$1" in
   install)
-	jed-script $LIBDIR/$PREPARSE || true
+	jed-script $PREPARSE || true
         # don't worry if jed-script is missing, because jed runs this scipt
         # again at installation
 	;;

Modified: trunk/packages/jed-extra/utils/sort-modes.sl
===================================================================
--- trunk/packages/jed-extra/utils/sort-modes.sl	2005-11-13 21:47:41 UTC (rev 184)
+++ trunk/packages/jed-extra/utils/sort-modes.sl	2005-11-14 09:22:21 UTC (rev 185)
@@ -74,8 +74,8 @@
 
 rv = fclose(fp);
 
-% write an install buffer
-% -----------------------
+% write an install file
+% ---------------------
 
 () = find_file(path_concat(buffer_dirname(), "../debian/jed-extra.install"));
 erase_buffer();
@@ -84,6 +84,7 @@
 
 insert("debian/init/*.sl etc/jed.d/\n");
 insert("debian/compile usr/share/jed/compile\n\n");
+insert("debian/jed-extra-preparse.sl usr/share/jed/compile\n\n");
 
 foreach (listdir(orig_dir))
 {




More information about the Pkg-jed-commit mailing list