added scripts and gflares dir to ~/.gimp in user_install

added glares path info in gimprc

-adrian
This commit is contained in:
Adrian Likins 1997-12-17 03:06:57 +00:00
parent a9d80407d6
commit 68d5ba4b8b
5 changed files with 23 additions and 0 deletions

View File

@ -3,6 +3,13 @@ Tue Dec 16 16:55:04 PST 1997 Manish Singh <yosh@gimp.org>
* app/convert.c: no more crashes with indexed conversion and no
palettes
Tue Dec 16 15:24:36 EST 1997 Adrian Likins <adrian@gimp.org>
* modified user-isntall to make a scripts and gflares dir
* added path to gflares in the gimprc
Tue Dec 16 12:32:30 1997 Scott Goehring <scott@poverty.bloomington.in.us>
* app/xcf.c (xcf_load_invoker): Shuji's xcf load close patch.

View File

@ -33,6 +33,10 @@ echo "mkdir $2/gfig"
mkdir $2/gfig
echo "mkdir $2/tmp"
mkdir $2/tmp
echo "mkdir $2/scripts"
mkdir $2/scripts
echo "mkdir $2/gflares"
mkdir $2/gflares
echo "cp $1/palettes/* $2/palettes"
cp $1/palettes/* $2/palettes

View File

@ -69,6 +69,7 @@
# the GIMP if the script-fu plug-in is never run.
(script-fu-path "${gimp_dir}/scripts:${gimp_data_dir}/scripts")
# The tile cache is used to make sure the gimp doesn't thrash
# tiles between memory and disk. Setting this value higher will
# cause the gimp to use less swap space, but will also cause
@ -198,3 +199,6 @@
# gfig pattern directory
(gfig-path "${gimp_dir}/gfig")
# path for gflare flares directory
(gflare-path "${gimp_dir}/gflares:${gimp_data_dir}/gflares")

View File

@ -69,6 +69,7 @@
# the GIMP if the script-fu plug-in is never run.
(script-fu-path "${gimp_dir}/scripts:${gimp_data_dir}/scripts")
# The tile cache is used to make sure the gimp doesn't thrash
# tiles between memory and disk. Setting this value higher will
# cause the gimp to use less swap space, but will also cause
@ -198,3 +199,6 @@
# gfig pattern directory
(gfig-path "${gimp_dir}/gfig")
# path for gflare flares directory
(gflare-path "${gimp_dir}/gflares:${gimp_data_dir}/gflares")

View File

@ -33,6 +33,10 @@ echo "mkdir $2/gfig"
mkdir $2/gfig
echo "mkdir $2/tmp"
mkdir $2/tmp
echo "mkdir $2/scripts"
mkdir $2/scripts
echo "mkdir $2/gflares"
mkdir $2/gflares
echo "cp $1/palettes/* $2/palettes"
cp $1/palettes/* $2/palettes