FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit f4420cc4 authored by Dr Adam Thorn's avatar Dr Adam Thorn
Browse files

Correct path for Makefile target

parent 9963256f
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ PKG:=$(shell grep ^Package: ROOT/DEBIAN/control | awk ' { print $$2 } ')
VER:=$(shell grep ^Version: ROOT/DEBIAN/control | awk ' { print $$2 } ')
ARC:=$(shell grep ^Architecture ROOT/DEBIAN/control | awk ' { print $$2 } ')
deb: ${PKG}_${VER}_${ARC}.deb
deb: debs/${PKG}_${VER}_${ARC}.deb
debs/${PKG}_${VER}_${ARC}.deb:
dpkg-deb -b ROOT/ debs/${PKG}_${VER}_${ARC}.deb
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment