diff options
Diffstat (limited to 'source/ap/powertop/powertop.SlackBuild')
-rwxr-xr-x | source/ap/powertop/powertop.SlackBuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/source/ap/powertop/powertop.SlackBuild b/source/ap/powertop/powertop.SlackBuild index 0e9cee19..fbfb597d 100755 --- a/source/ap/powertop/powertop.SlackBuild +++ b/source/ap/powertop/powertop.SlackBuild @@ -20,16 +20,11 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# Modified by Willy Sudiarto Raharjo -# Changelog -# May, 11 : Bumped to 2.0, Fix compilation process, Added patch to fix complaints about a file -# May, 18 : Rebuilt, removed non-existence directory for man pages - cd $(dirname $0) ; CWD=$(pwd) PKGNAM=powertop VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |