You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
303 B
9 lines
303 B
echo "Creating $LOCATION_ROOT/$APP_NAME_LC/pics/Makefile.am...";
|
|
$MKDIR $LOCATION_ROOT/$APP_NAME_LC/pics
|
|
cat << EOF > $LOCATION_ROOT/$APP_NAME_LC/pics/Makefile.am
|
|
# Add all of your pixmaps here
|
|
#picsdata_DATA =
|
|
|
|
# This is where it will all be installed
|
|
#picsdatadir = \$(kde_datadir)/$APP_NAME_LC/pics
|