The following changes were made:

* Added dash as dependency
  * Added URL
  * Added REPO
  * Moved usher from bash to /bin/sh
  * Removed TARGET from usher
  * Tweaked SRC Makefile to work with /bin/sh
This commit is contained in:
2018-03-27 09:17:00 -05:00
parent 7793e4bc19
commit 508121866c
3 changed files with 9 additions and 7 deletions

View File

@@ -8,13 +8,14 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
DEPENDS = dhclient,iproute2
DEPENDS = dash,dhclient,iproute2
ARCH = none
URL =
URL = http://snaplinux.org/
REPO = core
BRIEF = Scripts for starting and stopping network interfaces
DESC = Scripts which use the iproute2 tools for automatically starting and \
stopping network devices during startup.
SNAPVER = 0
SNAPVER = 1
ARCHIVE :=
SRCDIR := $(PWD)/SRC/iftools