mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
mucho arbeit los preferences
This commit is contained in:
+2
-2
@@ -54,14 +54,14 @@ rm -rf processing/lib/export/CVS
|
||||
#cp work/Proce55ing processing/
|
||||
#cp work/processing processing/
|
||||
install -m 755 stub.sh processing/processing
|
||||
cp dist/lib/pde_linux.properties processing/lib/
|
||||
#cp dist/lib/pde_linux.properties processing/lib/
|
||||
|
||||
# make sure notes.txt is unix LFs
|
||||
# the 2> is because the app is a little chatty
|
||||
dos2unix processing/readme.txt 2> /dev/null
|
||||
dos2unix processing/revisions.txt 2> /dev/null
|
||||
dos2unix processing/lib/pde.properties 2> /dev/null
|
||||
dos2unix processing/lib/pde_linux.properties 2> /dev/null
|
||||
#dos2unix processing/lib/pde_linux.properties 2> /dev/null
|
||||
|
||||
# get the serial stuff
|
||||
echo Copying serial support from bagel dir
|
||||
|
||||
+1
-1
@@ -26,7 +26,7 @@ else
|
||||
mkdir work/lib/build
|
||||
mkdir work/classes
|
||||
|
||||
cp dist/lib/pde_linux.properties work/lib/
|
||||
#cp dist/lib/pde_linux.properties work/lib/
|
||||
|
||||
# get the serial stuff
|
||||
echo Copying serial support from bagel dir
|
||||
|
||||
Reference in New Issue
Block a user