Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • O OPsi makefile
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Service Desk
    • Milestones
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Bastide Samuel
  • OPsi makefile
  • Issues
  • #2
Closed
Open
Issue created May 10, 2021 by Bastide Samuel@samuel.bastideOwner

Make error 127

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-makepackage

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
Assignee
Assign to
Time tracking