diff --git a/debian/rules b/debian/rules index ed40aff..3a53c9e 100755 --- a/debian/rules +++ b/debian/rules @@ -7,12 +7,6 @@ export DH_VERBOSE = 1 ## === Set paths env vars === ## Source directory, called upon by $(srcdir) -srcdir = $(shell debian/scripts/get_pwd.sh) -## The Root of package number one, called upon by $(pkgdir1) -pkgdir1 = $(srcdir)/debian/pkgdir1 -## The Root of package number two, you can add as many of these as you like -pkgdir2 = $(srcdir)/debian/pkgdir2 - ## If building a singular package you can remove the number, and as you guessed you call upon it with $(pkgdir) # pkgdir = $(srcdir)/debian/pkgdir