]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
debian: correct indentation level
authorTravis Cross <tc@traviscross.com>
Sat, 5 May 2012 23:33:17 +0000 (23:33 +0000)
committerTravis Cross <tc@traviscross.com>
Sat, 5 May 2012 23:33:17 +0000 (23:33 +0000)
debian/README.source

index 9f20a9d4a28b95c2d33f750c9af958a461ec5d5e..3ecd6e1294848a41dbba43109a394800d7ce932a 100644 (file)
@@ -48,10 +48,10 @@ The format of debian/modules.conf is:
 To build this package, I recommend running the following from the root
 directory of your FS git working tree:
 
-    mkdir ../sounds
-    export FS_SOUNDS_DIR=$(pwd)/../sounds
-    git clean -fdx && git reset --hard HEAD
-    (cd debian && ./bootstrap.sh)
-    schedtool -B -e git-buildpackage --git-verbose -us -uc
+  mkdir ../sounds
+  export FS_SOUNDS_DIR=$(pwd)/../sounds
+  git clean -fdx && git reset --hard HEAD
+  (cd debian && ./bootstrap.sh)
+  schedtool -B -e git-buildpackage --git-verbose -us -uc
 
- -- Travis Cross <tc@traviscross.com>, Sat,  5 May 2012 08:04:19 +0000
+ -- Travis Cross <tc@traviscross.com>, Sat,  5 May 2012 23:32:53 +0000