Changeset 3829 for trunk/scripts
- Timestamp:
- 08/31/07 05:37:06 (17 months ago)
- Location:
- trunk/scripts
- Files:
-
- 2 modified
-
linux/logtalk.spec (modified) (1 diff)
-
NOTES.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/linux/logtalk.spec
r3827 r3829 49 49 ln -sf ../share/logtalk/xml/lgt2html.sh lgt2html 50 50 ln -sf ../share/logtalk/xml/lgt2xml.sh lgt2xml 51 51 52 %clean 53 cd /usr/local/share 54 rm -rf lgt2305 55 rm -f logtalk 56 cd ../bin 57 rm -f bplgt 58 rm -f ciaolgt 59 rm -f cplgtdirs 60 rm -f cxlgt 61 rm -f eclipselgt 62 rm -f gplgt 63 rm -f lgt2html 64 rm -f lgt2pdf 65 rm -f lgt2xml 66 rm -f plclgt 67 rm -f qplgt 68 rm -f sicstuslgt 69 rm -f swilgt 70 rm -f xsblgt 71 rm -f yaplgt 72 52 73 %files 53 74 %defattr(-,root,root) -
trunk/scripts/NOTES.txt
r3824 r3829 27 27 user with administration privileges; accepts as an optional argument 28 28 a prefix for the installation directory: default is "/opt/local" on 29 Darwin and "/usr/local" on other POSIX systems, resulting in Logtalk30 being installed in "$prefix/share" with useful scripts written to31 "$prefix/bin", which should be your path)29 Darwin, "/usr" on Debian systems, and "/usr/local" on other POSIX 30 systems, resulting in Logtalk being installed in "$prefix/share" with 31 useful scripts written to "$prefix/bin", which should be your path) 32 32 33 33 uninstall.sh
