diff options
Diffstat (limited to 'source/a/reiserfsprogs/reiserfsprogs.SlackBuild')
-rwxr-xr-x | source/a/reiserfsprogs/reiserfsprogs.SlackBuild | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/source/a/reiserfsprogs/reiserfsprogs.SlackBuild b/source/a/reiserfsprogs/reiserfsprogs.SlackBuild index fc38990d..83467e32 100755 --- a/source/a/reiserfsprogs/reiserfsprogs.SlackBuild +++ b/source/a/reiserfsprogs/reiserfsprogs.SlackBuild @@ -20,7 +20,7 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -VERSION=3.6.21 +VERSION=${VERSION:-3.6.23} BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: @@ -85,19 +85,13 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ ln -sf reiserfsck fsck.reiserfs ) -# These were renamed, it seems -# --> Deleting /usr/man/man8/debugreiserfs.8.gz -# --> Deleting /usr/man/man8/mkreiserfs.8.gz -# --> Deleting /usr/man/man8/reiserfsck.8.gz -# --> Deleting /usr/man/man8/reiserfstune.8.gz -# --> Deleting /usr/man/man8/resize_reiserfs.8.gz -# Do we want symlinks for backwards compatibility? If so... +# Do we want symlinks for compatibility? If so... ( cd $PKG/usr/man/man8 - ln -s mkfs.reiserfs.8 mkreiserfs.8 - ln -s debugfs.reiserfs.8 debugreiserfs.8 - ln -s fsck.reiserfs.8 reiserfsck.8 - ln -s tunefs.reiserfs.8 reiserfstune.8 - ln -s resizefs.reiserfs.8 resize_reiserfs.8 + ln -s debugreiserfs.8 debugfs.reiserfs.8 + ln -s mkreiserfs.8 mkfs.reiserfs.8 + ln -s reiserfsck.8 fsck.reiserfs.8 + ln -s reiserfstune.8 tunefs.reiserfs.8 + ln -s resize_reiserfs.8 resizefs.reiserfs.8 ) # Compress the man pages @@ -111,6 +105,7 @@ cp -a \ AUTHORS COPYING* CREDITS INSTALL NEWS README* \ $PKG/usr/doc/reiserfsprogs-$VERSION chmod 644 $PKG/usr/doc/reiserfsprogs-$VERSION/* + mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc |