]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
opus: Remove whitespace errors
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 29 Mar 2016 20:48:23 +0000 (21:48 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 29 Mar 2016 20:48:23 +0000 (21:48 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/opus

index 7aa4546e72644149d599d233db886ae11e1b3816..f5b5d3d3e3e8f730ef7188ddba2b607ccdf1ffd1 100644 (file)
--- a/lfs/opus
+++ b/lfs/opus
@@ -48,34 +48,34 @@ $(DL_FILE)_MD5 = 1f08a661bc72930187893a07f3741a91
 
 install : $(TARGET)
 check : $(patsubst %,$(DIR_CHK)/%,$(objects))
+
 download :$(patsubst %,$(DIR_DL)/%,$(objects))
+
 md5 : $(subst %,%_MD5,$(objects))
-dist:.
+
+dist:
        $(PAK)
+
 ###############################################################################
 # Downloading, checking, md5sum
 ###############################################################################
+
 $(patsubst %,$(DIR_CHK)/%,$(objects)) :
        @$(CHECK)
+
 $(patsubst %,$(DIR_DL)/%,$(objects)) :
        @$(LOAD)
  
 $(subst %,%_MD5,$(objects)) :
        @$(MD5)
+
 ###############################################################################
 # Installation Details
 ###############################################################################
+
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
-       @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)     
+       @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && ./configure  --prefix=/usr --libdir=/usr/lib
        cd $(DIR_APP) && make
        cd $(DIR_APP) && make install