From e9a126e661f1da036048dd7c1461440364fcbef0 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 8 Mar 2010 00:09:12 +0100 Subject: [PATCH] mrxvt: - cosmetics --- packages/x11/other/mrxvt/install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/x11/other/mrxvt/install b/packages/x11/other/mrxvt/install index 6011ab6b98..033e2d6d96 100755 --- a/packages/x11/other/mrxvt/install +++ b/packages/x11/other/mrxvt/install @@ -1,8 +1,9 @@ #!/bin/sh . config/options + $SCRIPTS/install libX11 mkdir -p $INSTALL/usr/bin -cp $PKG_BUILD/src/$1 $INSTALL/usr/bin + cp -PR $PKG_BUILD/src/$1 $INSTALL/usr/bin