From cdc4a5f256b46f981e279c34472a45d7315733b1 Mon Sep 17 00:00:00 2001 From: thomas Date: Wed, 5 Sep 2018 15:25:44 +0200 Subject: [PATCH] gdal: beenullify.sh -n 2.3.1 gdal-1.11.2-2.bee --- gdal-1.11.2-2.bee => gdal.be0 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename gdal-1.11.2-2.bee => gdal.be0 (98%) diff --git a/gdal-1.11.2-2.bee b/gdal.be0 similarity index 98% rename from gdal-1.11.2-2.bee rename to gdal.be0 index 969057d1b..7b88bcdf0 100755 --- a/gdal-1.11.2-2.bee +++ b/gdal.be0 @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +# BEE_VERSION gdal-2.3.1-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 @@ build_in_sourcedir #} mee_configure() { - #bee_configure + #bee_configure # some other packages expect /usr/include/gdal - its a mess anyway, we dont want it in /usr/include ./configure --prefix=/usr --includedir=/usr/include/gdal }