From f008a8ced152106c64b3846410a69dfa30613955 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 18 May 2015 18:52:28 +0000 Subject: [PATCH] Modified the description of the package and corrected the path in installer.sh --- cross/htop/Makefile | 2 +- spk/htop/Makefile | 2 +- spk/htop/src/installer.sh | 5 ----- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/cross/htop/Makefile b/cross/htop/Makefile index 9bfdf509..71d61814 100644 --- a/cross/htop/Makefile +++ b/cross/htop/Makefile @@ -8,7 +8,7 @@ PKG_DIR = $(PKG_NAME)-$(PKG_VERS) DEPENDS = cross/ncurses HOMEPAGE = http://hisham.hm/htop/ -COMMENT = An interactive process viewer for Linux (the package is intended for DSM-4.3 or earlier where it's not available) +COMMENT = An interactive process viewer for Linux.The package is intended for DSM-5.0 or earlier where it's not available) LICENSE = GPLv2 GNU_CONFIGURE = 1 diff --git a/spk/htop/Makefile b/spk/htop/Makefile index d4bc985e..2ca66670 100755 --- a/spk/htop/Makefile +++ b/spk/htop/Makefile @@ -6,7 +6,7 @@ SPK_ICON = src/htop.png DEPENDS = cross/$(SPK_NAME) MAINTAINER = SynoCommunity -DESCRIPTION = An interactive process viewer for Linux (the package is intended for DSM-4.3 or earlier where it's not available) +DESCRIPTION = An interactive process viewer for Linux.The package is intended for DSM-5.0 or earlier where it's not available) RELOAD_UI = no DISPLAY_NAME = htop STARTABLE = no diff --git a/spk/htop/src/installer.sh b/spk/htop/src/installer.sh index da3cbbb9..33dc5b6a 100755 --- a/spk/htop/src/installer.sh +++ b/spk/htop/src/installer.sh @@ -18,10 +18,6 @@ postinst () # Link ln -s ${SYNOPKG_PKGDEST} ${INSTALL_DIR} - # Put htop in the PATH - mkdir -p /usr/local/bin - ln -s ${INSTALL_DIR}/bin/htop /usr/local/bin/htop - exit 0 } @@ -34,7 +30,6 @@ postuninst () { # Remove link rm -f ${INSTALL_DIR} - rm -f /usr/local/bin/htop exit 0 }