Răsfoiți Sursa

* change destzipdir to dist_destdir

peter 24 ani în urmă
părinte
comite
31ef386dca
1 a modificat fișierele cu 2 adăugiri și 4 ștergeri
  1. 2 4
      Makefile.fpc

+ 2 - 4
Makefile.fpc

@@ -79,8 +79,8 @@ override RELEASE=1
 export RELEASE
 
 # We want to have the resulting .zips in the current dir
-ifndef DESTZIPDIR
-export DESTZIPDIR:=$(BASEDIR)
+ifndef DIST_DESTDIR
+export DIST_DESTDIR:=$(BASEDIR)
 endif
 
 # Temporary path to pack a file
@@ -251,8 +251,6 @@ installersrc:
 .PHONY: all clean distclean build install installbase zipinstall zipinstallbase zipinstallfcl \
         zipinstallpackages
 
-export RELEASE DESTZIPDIR
-
 all: build
 
 clean: $(addsuffix _distclean,$(TARGET_DIRS))