1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/textproc/jarnal/files/patch-jarnalannotate.sh
Thierry Thomas eb2794183f Jarnal is an open-source application for notetaking, sketching, keeping a
journal, making a presentation, annotating a document - including pdf - or
collaborating using a stylus, mouse or keyboard. It is similar to Microsoft
Windows Journal and to the earlier Mimeo whiteboarding and Palm notepad
applications.

WWW:	http://levine.sscnet.ucla.edu/general/software/tc1000/jarnal.htm
2010-08-28 15:56:43 +00:00

17 lines
395 B
Bash

--- jarnalannotate.sh.orig 2009-09-02 16:04:31.000000000 +0200
+++ jarnalannotate.sh 2010-08-28 16:34:02.000000000 +0200
@@ -1,10 +1,10 @@
-#! /bin/bash
+#! /bin/sh
-cd `dirname $0`
+cd %%JAVAJARDIR%%
if [ -d upgrade-lib ]; then
cp -fr lib old-lib
cp -fr upgrade-lib lib
- rm -fr upgrade-lib
+ rm -fr upgrade-lib
fi
if [ -f upgrade-jarnal.jar ]; then
cp -f jarnal.jar old-jarnal.jar