diff options
author | Stephen Walker <stephendwalker+github@gmail.com> | 2016-07-09 14:50:58 -0400 |
---|---|---|
committer | Stephen Walker <stephendwalker+github@gmail.com> | 2016-07-09 14:50:58 -0400 |
commit | a53bf7192b3b961d6cd075bab5332aae1ad94ab9 (patch) | |
tree | 91ff611d95420ab3e5daa7b4888f3ad186d10e08 /admin/debootstrap/Makefile | |
parent | 6d7aa666e5d3a3693ae5079f17656e0496bf9f89 (diff) |
packages: cleanup Makefile variables
Standard assignment is immediate expansion without any extraneous spacing, RFC822 compliant email addresses without any quotation marks and long git hashes
Signed-off-by: Stephen Walker <stephendwalker+github@gmail.com>
Diffstat (limited to 'admin/debootstrap/Makefile')
-rw-r--r-- | admin/debootstrap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/debootstrap/Makefile b/admin/debootstrap/Makefile index 47ff1c8e5..4d1dedb55 100644 --- a/admin/debootstrap/Makefile +++ b/admin/debootstrap/Makefile @@ -11,7 +11,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=debootstrap PKG_VERSION:=1.0.81 PKG_RELEASE:=1 -PKG_MAINTAINER=Daniel Golle <daniel@makrotopia.org> +PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org> PKG_SOURCE:=$(PKG_NAME)-udeb_$(PKG_VERSION)_all.udeb PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/d/debootstrap |