python:tests: Store keys as bytes rather than as lists of ints
[samba.git] / packaging / Example / package-prep
index e8f5089a865f67fbabd467715e7b8b0b181ac589..ae09638311062bd757ff34b99be32abf83042767 100755 (executable)
@@ -4,12 +4,14 @@
 tar xvf skeleton.tar
 
 # Now link the skeleton directory structure into the final install tree.
-( cd /usr/local;
-       mv man man.orig;
-       mv samba samba.orig;
-       NOWDIR=`pwd`;
-               ln -sf $NOWDIR/usr/local/man man;
-               ln -sf $NOWDIR/usr/local/samba samba; )
+(
+       cd /usr/local
+       mv man man.orig
+       mv samba samba.orig
+       NOWDIR=$(pwd)
+       ln -sf $NOWDIR/usr/local/man man
+       ln -sf $NOWDIR/usr/local/samba samba
+)
 
 # Unpack the master source tarball
 gunzip samba-X.X.X.tar.gz