summaryrefslogtreecommitdiff
path: root/libarchive/Makefile
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2008-08-21 20:11:09 +0200
committerTomas Bzatek <tbzatek@users.sourceforge.net>2008-08-21 20:11:09 +0200
commit3d051722dea893c1b813db8bbeae1430b9eddd52 (patch)
tree6ffdcc7574ed7d5fcfe44aa910dc38b8482fffdb /libarchive/Makefile
parent91d8a99387576216086c74b34b64efe468c2cd7b (diff)
downloadtuxcmd-modules-3d051722dea893c1b813db8bbeae1430b9eddd52.tar.xz
Update libarchive to v2.5.5
Diffstat (limited to 'libarchive/Makefile')
-rw-r--r--libarchive/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libarchive/Makefile b/libarchive/Makefile
index fc6f941..34eea3f 100644
--- a/libarchive/Makefile
+++ b/libarchive/Makefile
@@ -3,7 +3,7 @@ DESTDIR = /usr
INSTALL=install -c
INSTALL_DATA = ${INSTALL} -m 644
DIR_COMMON=../common/
-DIR_LIBARCHIVE=./libarchive-2.4.17
+DIR_LIBARCHIVE=./libarchive-2.5.5
# compiler options
CC = gcc