From 559b8c32da307f19f50bf22aa55f829135895096 Mon Sep 17 00:00:00 2001 From: thomas Date: Fri, 13 Jul 2018 14:43:53 +0200 Subject: [PATCH 1/2] lsscsi: run beenullify.sh --- lsscsi-0.27-0.bee => lsscsi.be0 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename lsscsi-0.27-0.bee => lsscsi.be0 (98%) diff --git a/lsscsi-0.27-0.bee b/lsscsi.be0 similarity index 98% rename from lsscsi-0.27-0.bee rename to lsscsi.be0 index d6326601e..0717da806 100755 --- a/lsscsi-0.27-0.bee +++ b/lsscsi.be0 @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +# BEE_VERSION lsscsi-0.27-0 + ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -52,7 +54,7 @@ SRCURL[0]="http://sg.danny.cz/scsi/lsscsi-${PKGVERSION}.tgz" #} #mee_configure() { -# bee_configure +# bee_configure #} #mee_build() { From 8c17561f93bc916453c7b098c90c676025c97ae9 Mon Sep 17 00:00:00 2001 From: thomas Date: Fri, 13 Jul 2018 14:44:43 +0200 Subject: [PATCH 2/2] lsscsi: increase version --- lsscsi.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lsscsi.be0 b/lsscsi.be0 index 0717da806..7cb53e2c7 100755 --- a/lsscsi.be0 +++ b/lsscsi.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION lsscsi-0.27-0 +# BEE_VERSION lsscsi-0.29-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.)