From 0e09b2dd202c09467a659d630cdae476d3fd84c4 Mon Sep 17 00:00:00 2001 From: Juan RP <xtraeme@gmail.com> Date: Thu, 8 May 2014 18:49:00 +0200 Subject: [PATCH] rpmextract: there's no point requiring bash; the shell scripts don't have bashisms. --- srcpkgs/rpmextract/files/rpm2cpio | 2 +- srcpkgs/rpmextract/files/rpmextract | 2 +- srcpkgs/rpmextract/template | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/rpmextract/files/rpm2cpio b/srcpkgs/rpmextract/files/rpm2cpio index a960609ed8..a0eba24032 100755 --- a/srcpkgs/rpmextract/files/rpm2cpio +++ b/srcpkgs/rpmextract/files/rpm2cpio @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh pkg=$1 if [ "$pkg" = "" -o ! -e "$pkg" ]; then diff --git a/srcpkgs/rpmextract/files/rpmextract b/srcpkgs/rpmextract/files/rpmextract index c5efa88cf3..47ad01dfe1 100755 --- a/srcpkgs/rpmextract/files/rpmextract +++ b/srcpkgs/rpmextract/files/rpmextract @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh if [ "$1" = "" -o ! -e "$1" ]; then echo "no package supplied" 1>&2 exit 1 diff --git a/srcpkgs/rpmextract/template b/srcpkgs/rpmextract/template index 34a31fb7fb..379318102b 100644 --- a/srcpkgs/rpmextract/template +++ b/srcpkgs/rpmextract/template @@ -1,12 +1,12 @@ # Template file for 'rpmextract' pkgname=rpmextract -version=1.0 +version=1.1 revision=1 short_desc="Script to convert or extract RPM archives (contains rpm2cpio)" maintainer="Ypnose <linuxienATlegtuxDOTorg>" license="GPL" homepage="http://www.archlinux.org" -depends="bash bsdtar coreutils" +depends="bsdtar coreutils" noarch="yes" do_install() {