summaryrefslogtreecommitdiffstats
path: root/system/cdemu-client/cdemu-client.SlackBuild
diff options
context:
space:
mode:
author David Spencer2015-08-05 01:10:32 +0200
committer Willy Sudiarto Raharjo2016-01-17 03:40:16 +0100
commit47fe715774a2a3ae7dc5af0ce24c3c898054fe5e (patch)
tree9391678b746dea6c4f54df18c9a13697df21735a /system/cdemu-client/cdemu-client.SlackBuild
parentc500c334bab7adc0fee3cb7028a577d06bc788bb (diff)
downloadslackbuilds-47fe715774a2a3ae7dc5af0ce24c3c898054fe5e.tar.gz
system/cdemu-client: Updated for version 3.0.0.
Signed-off-by: David Spencer <baildon.research@googlemail.com> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/cdemu-client/cdemu-client.SlackBuild')
-rw-r--r--system/cdemu-client/cdemu-client.SlackBuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/system/cdemu-client/cdemu-client.SlackBuild b/system/cdemu-client/cdemu-client.SlackBuild
index 33e96881d4..27b288e728 100644
--- a/system/cdemu-client/cdemu-client.SlackBuild
+++ b/system/cdemu-client/cdemu-client.SlackBuild
@@ -23,10 +23,8 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-# Revision date: 2013/03/31
-
PRGNAM=cdemu-client
-VERSION=${VERSION:-2.0.0}
+VERSION=${VERSION:-3.0.0}
ARCH=noarch
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -51,7 +49,7 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
mkdir -p build
cd build