diff options
Diffstat (limited to 'games/edgar/edgar.SlackBuild')
-rw-r--r-- | games/edgar/edgar.SlackBuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/edgar/edgar.SlackBuild b/games/edgar/edgar.SlackBuild index 49aba62c5149..e071fdb89751 100644 --- a/games/edgar/edgar.SlackBuild +++ b/games/edgar/edgar.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=edgar -VERSION=${VERSION:-1.28} +VERSION=${VERSION:-1.29} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,7 +69,6 @@ find -L . \ -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 {} \; - # Fix doc installation path sed -i 's/share\/doc/doc/' makefile |