Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
a7264dca
Commit
a7264dca
authored
Nov 30, 2005
by
Mike Hibler
Browse files
...and move the ntfsprogs tarball into the downloads/ subdir for consistency.
parent
50d6f488
Changes
1
Hide whitespace changes
Inline
Side-by-side
os/imagezip/ntfs/libntfs/GNUmakefile.in
View file @
a7264dca
...
...
@@ -71,11 +71,11 @@ $(SRCS): $(LIBSRCDIR)/patched
$(LIBSRCDIR)/patched:
@if [ -n "$(LOCALPKGHOST)" ]; then \
if [ ! `$(FETCH) http://$(LOCALPKGHOST)/$(NTFSVER).tar.gz` ]; then \
$(FETCH) http://$(PKGHOST)/$(NTFSVER).tar.gz; \
if [ ! `$(FETCH) http://$(LOCALPKGHOST)/
downloads/
$(NTFSVER).tar.gz` ]; then \
$(FETCH) http://$(PKGHOST)/
downloads/
$(NTFSVER).tar.gz; \
fi \
else \
$(FETCH) http://$(PKGHOST)/$(NTFSVER).tar.gz; \
$(FETCH) http://$(PKGHOST)/
downloads/
$(NTFSVER).tar.gz; \
fi
$(UNPACK) $(NTFSVER).tar.gz
ifdef LINUX
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment