diff options
author | David Spencer <baildon.research@googlemail.com> | 2015-08-05 00:10:32 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-17 09:40:16 +0700 |
commit | 47fe715774a2a3ae7dc5af0ce24c3c898054fe5e (patch) | |
tree | 9391678b746dea6c4f54df18c9a13697df21735a /system/cdemu-client/cdemu-client.SlackBuild | |
parent | c500c334bab7adc0fee3cb7028a577d06bc788bb (diff) | |
download | slackbuilds-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.SlackBuild | 6 |
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 |