From: Jean-Marc Pigeon (Delson) Date: Mon, 16 Jun 2025 18:49:13 +0000 (-0400) Subject: Adding support starting shell script X-Git-Tag: tag-0.9~157 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=44cd481eb2e59f30a73df033ff1e9e48bfd4eac2;p=jmp%2Fmailleur Adding support starting shell script --- diff --git a/Makefile b/Makefile index f634279..6e5ef48 100644 --- a/Makefile +++ b/Makefile @@ -187,6 +187,7 @@ install : $(DESTDIR)/$(DATADIR)/$(APPN)/ @ cp -a \ shell \ + support \ $(DESTDIR)/$(LIBDIR)/$(APPN)/ #-------------------------------------------------------------------- diff --git a/Makefile.dist b/Makefile.dist index e98fdb3..1378a7c 100644 --- a/Makefile.dist +++ b/Makefile.dist @@ -34,6 +34,7 @@ tarfile : clean $(APLV)/lib \ $(APLV)/linux \ $(APLV)/shell \ + $(APLV)/support \ $(APLV) @ date > $(APLV)/$(APLV).build_date @ cp -a Makefile* $(APLV)/ @@ -44,6 +45,8 @@ tarfile : clean @ cp -a \ shell/getsysos.sh \ $(APLV)/shell/ + @ cp -a support/*.sh \ + $(APLV)/support @ cp -a app/Makefile $(APLV)/app/Makefile @ cp -a lib/Makefile $(APLV)/lib/Makefile @ tar zcf $(SRC)/$(APLV).tar.gz $(APLV) diff --git a/starting.sh b/starting.sh new file mode 100644 index 0000000..adbdaf1 --- /dev/null +++ b/starting.sh @@ -0,0 +1,5 @@ +#! /usr/bin/bash +#--------------------------------------------------------------- +#empty scrript for now +#--------------------------------------------------------------- +exit 0