correct mosys, flashmap sections so they can be uploaded, fix uploading
This commit is contained in:
parent
c0f14421c1
commit
9df4a7e1de
@ -17,6 +17,7 @@ $(PACKAGE_NAME_DEB):
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -rf $(PRAWNOS_LOCAL_APT_REPO)/$(PACKAGE_NAME_DEB)
|
||||
rm -rf *.upload
|
||||
rm -rf *.deb
|
||||
rm -rf *.changes
|
||||
@ -30,4 +31,5 @@ install:
|
||||
$(PRAWNOS_PACKAGE_SCRIPTS_INSTALL_PACKAGE) $(PACKAGE_NAME_DEB) $(INSTALL_TARGET)
|
||||
|
||||
.PHONY: upload
|
||||
upload:
|
||||
$(PRAWNOS_PACKAGE_SCRIPTS_UPLOAD_PACKAGE)
|
||||
|
@ -1,4 +1,5 @@
|
||||
Source: flashmap
|
||||
Section: libs
|
||||
Priority: optional
|
||||
Maintainer: Hal Emmerich <hal@halemmerich.com>
|
||||
Uploaders: Hal Emmerich <hal@halemmerich.com>
|
||||
|
@ -15,6 +15,7 @@ $(PACKAGE_NAME_DEB):
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -rf $(PRAWNOS_LOCAL_APT_REPO)/$(PACKAGE_NAME_DEB)
|
||||
rm -rf *.upload
|
||||
rm -rf *.deb
|
||||
rm -rf *.changes
|
||||
@ -28,4 +29,5 @@ install:
|
||||
$(PRAWNOS_PACKAGE_SCRIPTS_INSTALL_PACKAGE) $(PACKAGE_NAME_DEB) $(INSTALL_TARGET)
|
||||
|
||||
.PHONY: upload
|
||||
upload:
|
||||
$(PRAWNOS_PACKAGE_SCRIPTS_UPLOAD_PACKAGE)
|
||||
|
@ -17,6 +17,7 @@ $(PACKAGE_NAME_DEB):
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -rf $(PRAWNOS_LOCAL_APT_REPO)/$(PACKAGE_NAME_DEB)
|
||||
rm -rf *.upload
|
||||
rm -rf *.deb
|
||||
rm -rf *.changes
|
||||
@ -30,4 +31,5 @@ install:
|
||||
$(PRAWNOS_PACKAGE_SCRIPTS_INSTALL_PACKAGE) $(PACKAGE_NAME_DEB) $(INSTALL_TARGET)
|
||||
|
||||
.PHONY: upload
|
||||
upload:
|
||||
$(PRAWNOS_PACKAGE_SCRIPTS_UPLOAD_PACKAGE)
|
||||
|
@ -1,4 +1,5 @@
|
||||
Source: mosys
|
||||
Section: admin
|
||||
Priority: optional
|
||||
Maintainer: Hal Emmerich <hal@halemmerich.com>
|
||||
Uploaders: Hal Emmerich <hal@halemmerich.com>
|
||||
|
@ -17,6 +17,7 @@ $(PACKAGE_NAME_DEB):
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -rf $(PRAWNOS_LOCAL_APT_REPO)/$(PACKAGE_NAME_DEB)
|
||||
rm -rf *.upload
|
||||
rm -rf *.deb
|
||||
rm -rf *.changes
|
||||
@ -30,5 +31,6 @@ install:
|
||||
$(PRAWNOS_PACKAGE_SCRIPTS_INSTALL_PACKAGE) $(PACKAGE_NAME_DEB) $(INSTALL_TARGET)
|
||||
|
||||
.PHONY: upload
|
||||
upload:
|
||||
$(PRAWNOS_PACKAGE_SCRIPTS_UPLOAD_PACKAGE)
|
||||
|
||||
|
0
scripts/PackageScripts/uploadPackage.sh
Normal file → Executable file
0
scripts/PackageScripts/uploadPackage.sh
Normal file → Executable file
Loading…
Reference in New Issue
Block a user