diff options
author | Philip Lacroix <slackph at posteo dot de> | 2015-09-11 01:49:39 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-09-11 01:49:39 +0700 |
commit | a3ceadfa63896bcc793b1b45ac44841ec302d787 (patch) | |
tree | 8461aba678d915575816873adbfdcba565558a33 /libraries/ftplib | |
parent | 519ea16abd4355c5e3ff98defcc7cb5cdeb66a47 (diff) | |
download | slackbuilds-a3ceadfa63896bcc793b1b45ac44841ec302d787.tar.gz |
libraries/ftplib: Update EMAIL.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/ftplib')
-rw-r--r-- | libraries/ftplib/ftplib.SlackBuild | 5 | ||||
-rw-r--r-- | libraries/ftplib/ftplib.info | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/libraries/ftplib/ftplib.SlackBuild b/libraries/ftplib/ftplib.SlackBuild index ae21706b49..56648754db 100644 --- a/libraries/ftplib/ftplib.SlackBuild +++ b/libraries/ftplib/ftplib.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for ftplib -# Copyright 2015 Philip Lacroix <philnx at posteo dot de> +# Copyright 2015 Philip Lacroix <slackph at posteo dot de> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -74,7 +74,8 @@ CFLAGS="$SLKCFLAGS" cd src make -# The makefile has no customizable DESTDIR, so we'll modify it accordingly. +# We'll edit the destination paths manually (since no config script or +# DESTDIR variable are available). sed -i -e "s~/usr/local/bin~"$PKG"/usr/bin~" Makefile sed -i -e "s~/usr/local/lib~"$PKG"/usr/lib"${LIBDIRSUFFIX}"~" Makefile sed -i -e "s~/usr/local/include~"$PKG"/usr/include~" Makefile diff --git a/libraries/ftplib/ftplib.info b/libraries/ftplib/ftplib.info index e04a1a6260..7b81583f07 100644 --- a/libraries/ftplib/ftplib.info +++ b/libraries/ftplib/ftplib.info @@ -7,4 +7,4 @@ DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" MAINTAINER="Philip Lacroix" -EMAIL="philnx at posteo dot de" +EMAIL="slackph at posteo dot de" |