Date:2010-11-01 14:59:09 (13 years 4 months ago)
Author:Xiangfu Liu
Commit:d7b3e28f05e80e721910d1c3a8d19a91da36f51e
Message:[nupdf] fix the static path bug. thanks Werner

Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
Files: nupdf/Makefile (1 diff)
nupdf/files/nupdf.sh (1 diff)

Change Details

nupdf/Makefile
4646        $(1)/usr/bin $(1)/usr/share/nupdf
4747
4848    $(INSTALL_BIN) \
49        $(PKG_BUILD_DIR)/nupdf $(1)/usr/bin/nupdf.bin
49        $(PKG_BUILD_DIR)/nupdf $(1)/usr/share/nupdf/nupdf.bin
5050
5151    $(INSTALL_BIN) \
5252        $(FILES_DIR)/nupdf.sh $(1)/usr/bin/nupdf
nupdf/files/nupdf.sh
11#!/bin/sh
2
3if [ "${1#/}" = "$1" ];
4then
5    f=`pwd`/$1;
6else
7    f=$1;
8fi;
9
210cd /usr/share/nupdf
3/usr/bin/nupdf.bin $*
11./nupdf.bin "$f"

Archive Download the corresponding diff file



interactive