parent
e73222c281
commit
afee993735
@ -0,0 +1,29 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
## Created by Anjuta - will be overwritten
|
||||
## If you don't want it to overwrite it,
|
||||
## Please disable it in the Anjuta project configuration
|
||||
|
||||
install:
|
||||
@if test ! -d player; then \
|
||||
echo ""; \
|
||||
echo ""; \
|
||||
echo "****************************************"; \
|
||||
echo "* Please download the Data Package, *"; \
|
||||
echo "* so you can complete the installation *"; \
|
||||
echo "* URL: http://www.bomberclone.de *"; \
|
||||
echo "****************************************"; \
|
||||
echo ""; \
|
||||
echo ""; \
|
||||
exit 1; \
|
||||
fi;
|
||||
@if test ! -d @PACKAGE_DATA_DIR@; then \
|
||||
mkdir @PACKAGE_DATA_DIR@; \
|
||||
fi;
|
||||
cp player @PACKAGE_DATA_DIR@ -rf
|
||||
cp maps @PACKAGE_DATA_DIR@ -rf
|
||||
cp gfx @PACKAGE_DATA_DIR@ -rf
|
||||
cp tileset @PACKAGE_DATA_DIR@ -rf
|
||||
|
||||
uninstall:
|
||||
rm -rf @PACKAGE_DATA_DIR@
|
Loading…
Reference in new issue