Commit 2a14eb60 authored by Bastide Samuel's avatar Bastide Samuel
Browse files

opsi-package-manager: error: no such option: -3

touch ax-qgis-short_3.18.2 -3 .opsi.uploaded
touch: invalid option -- '3'
Try 'touch --help' for more information.
/home/oun/mkatest:22: recipe for target 'ax-qgis-short_3.18.2' failed
make: *** [ax-qgis-short_3.18.2] Error 1
No related merge requests found
Showing with 30 additions and 0 deletions
+30 -0
qgis.makefile 0 → 100644
WGET_COMMON_OPTIONS = -q -N
PACKAGE_NAME = ax-qgis-short
VERSION = 3.18.2
OPSI_PACKAGE_VERSION = 3
DOWNLOAD_URLS = https://qgis.org/downloads/QGIS-OSGeo4W-3.18.2-1-Setup-x86_64.exe
TARGET = $(PACKAGE_NAME)_$(VERSION)-$(OPSI_PACKAGE_VERSION).opsi
all: download build install
download:
mkdir -p CLIENT_DATA/files
wget -q -P CLIENT_DATA/files/ $(DOWNLOAD_URLS)
$(TARGET):
opsi-makeproductfile
build: $(TARGET)
$(TARGET).uploaded:
opsi-package-manager -p ask -i $(TARGET)
touch $(TARGET).uploaded
install: $(TARGET).uploaded
clean:
rm -rf CLIENT_DATA/files
rm -f $(TARGET) $(TARGET).uploaded
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment