diff options
author | Marian Marinov <mm@yuhu.biz> | 2019-03-30 09:51:28 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-30 09:51:28 +0700 |
commit | 3be5c687bc66a3c6ca1dbcddf083d037cfe0c2e8 (patch) | |
tree | 87f65055d911d9948e2a6392bc137512ad1d85cc /network/purple-telegram | |
parent | 158e3ce0a80a1028c48af5d639f5fde39c94af3c (diff) | |
download | slackbuilds-3be5c687bc66a3c6ca1dbcddf083d037cfe0c2e8.tar.gz |
network/purple-telegram: Update maintainer info.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/purple-telegram')
-rw-r--r-- | network/purple-telegram/purple-telegram.SlackBuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/network/purple-telegram/purple-telegram.SlackBuild b/network/purple-telegram/purple-telegram.SlackBuild index 95fc44f9fb..ba9cc9385c 100644 --- a/network/purple-telegram/purple-telegram.SlackBuild +++ b/network/purple-telegram/purple-telegram.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for purple-telegram -# Copyright 2019 Marian Marinov +# Copyright 2019 Marian Marinov, Sofia, Bulgaria # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -71,7 +71,6 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; ./configure --prefix=/usr - make make install DESTDIR=$PKG |