diff options
Diffstat (limited to 'desktop/yad/yad.SlackBuild')
-rw-r--r-- | desktop/yad/yad.SlackBuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/desktop/yad/yad.SlackBuild b/desktop/yad/yad.SlackBuild index 07ca746682..acaaac76ef 100644 --- a/desktop/yad/yad.SlackBuild +++ b/desktop/yad/yad.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=yad -VERSION=${VERSION:-0.36.2} +VERSION=${VERSION:-0.36.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -72,10 +72,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -# Fix location of rgb.txt -sed -i "s|/etc/X11/rgb\.txt|/usr/share/X11/rgb.txt|" configure.ac -autoreconf -fi - CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |