From 29c2633f107ab3cdd1e205979502acba39f236fa Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 09 Oct 2012 16:46:41 -0400 Subject: Remove old genopkg.sh --- diff --git a/Makefile.in b/Makefile.in index fdf0b3c..db32e3f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -42,8 +42,7 @@ MACROS = \ 'libopkbuild_1=$(libopkbuild_1)' distdir = $(package_name)-$(package_version) -distfiles = configure Makefile.in COPYING README INSTALL ChangeLog TODO \ - genopkg.sh +distfiles = configure Makefile.in COPYING README INSTALL ChangeLog TODO .SUFFIXES: diff --git a/genopkg.sh b/genopkg.sh deleted file mode 100755 index 285740a..0000000 --- a/genopkg.sh +++ /dev/null @@ -1,30 +0,0 @@ -#! /bin/sh -# genopkg.sh -# Writes a simple shell script that simulates commands of opkg used by -# opkhelper. This is useful to break the circular dependency in which building -# source packages requires opkhelper and opkhelper depends on opkg already being -# installed. - -if [ ${#} -ne 2 ]; then - printf 'Usage: %s platform architecture\n' "${0}" - exit 1 -fi -platform=${1} -arch=${2} - -cat > /usr/local/bin/opkg <