mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
libraries/ftplib: Update EMAIL.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
519ea16abd
commit
a3ceadfa63
2 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue