X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fattr;h=f3b6b1fb8492baccb4fa5cde91b294f93f69577a;hb=0efda7ac67d7e16c555bc6d07d1808a8480fa94b;hp=2794ad69f58bdf301926631062ba0b22d93936b3;hpb=989a31e20cbc97b37227b513b5b584e0ec94f38c;p=ipfire-2.x.git diff --git a/lfs/attr b/lfs/attr index 2794ad69f5..f3b6b1fb84 100644 --- a/lfs/attr +++ b/lfs/attr @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2010 IPFire Team # +# Copyright (C) 2016 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,10 +24,10 @@ include Config -VER = 2.4.43 +VER = 2.4.47 THISAPP = attr-$(VER) -DL_FILE = $(THISAPP).tar.gz +DL_FILE = $(THISAPP).src.tar.gz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 91583a14bcbd637adaa9b07ea49c5d4b +$(DL_FILE)_MD5 = 84f58dec00b60f2dc8fd1c9709291cc7 install : $(TARGET) @@ -75,5 +75,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && make install cd $(DIR_APP) && make install-lib cd $(DIR_APP) && make install-dev + chmod -v 755 /usr/lib/libattr.so @rm -rf $(DIR_APP) @$(POSTBUILD)