Changeset 3829 for trunk/scripts

Show
Ignore:
Timestamp:
08/31/07 05:37:06 (17 months ago)
Author:
pmoura
Message:

Updated the Linux RPM spec file to clean the building directory after the package creation.

Location:
trunk/scripts
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/scripts/linux/logtalk.spec

    r3827 r3829  
    4949ln -sf ../share/logtalk/xml/lgt2html.sh lgt2html 
    5050ln -sf ../share/logtalk/xml/lgt2xml.sh lgt2xml 
     51 
    5152%clean 
     53cd /usr/local/share 
     54rm -rf lgt2305 
     55rm -f logtalk 
     56cd ../bin 
     57rm -f bplgt 
     58rm -f ciaolgt 
     59rm -f cplgtdirs 
     60rm -f cxlgt 
     61rm -f eclipselgt 
     62rm -f gplgt 
     63rm -f lgt2html 
     64rm -f lgt2pdf 
     65rm -f lgt2xml 
     66rm -f plclgt 
     67rm -f qplgt 
     68rm -f sicstuslgt 
     69rm -f swilgt 
     70rm -f xsblgt 
     71rm -f yaplgt 
     72 
    5273%files 
    5374%defattr(-,root,root) 
  • trunk/scripts/NOTES.txt

    r3824 r3829  
    2727    user with administration privileges; accepts as an optional argument  
    2828    a prefix for the installation directory: default is "/opt/local" on  
    29     Darwin and "/usr/local" on other POSIX systems, resulting in Logtalk  
    30     being installed in "$prefix/share" with useful scripts written to  
    31     "$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) 
    3232 
    3333uninstall.sh