Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
osak
lipck
Commits
307e4ab6
Commit
307e4ab6
authored
Aug 27, 2015
by
Christopher Spinrath
Browse files
rootfs_remaster: fix fatal missing whitespace
parent
b28d3e3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
307e4ab6
...
...
@@ -178,7 +178,7 @@ $(call gentargets,$(STATE_DIR)/rootfs_prepared) : $(call archdir,%)$(STATE_DIR)/
rootfs_remaster
:
$(ARCH_DIR)$(STATE_DIR)/rootfs_remastered
$(call gentargets,$(STATE_DIR)/rootfs_remastered)
:
$(call archdir
,
%)$(STATE_DIR)/rootfs_extracted | $(APT_CACHE_DIR)
$(MAKE)
ARCH
=
$*
rootfs_prepare
ifneq($(strip
$(APT_SOURCE_URL_OVERRIDE)),)
ifneq
($(strip $(APT_SOURCE_URL_OVERRIDE)),)
#override apt sources list
echo
"deb
$(APT_SOURCE_URL_OVERRIDE)
$(ISO_RELEASE)
main restricted universe multiverse"
\
>
"
$(
call
archdir,
$*
)
$(ROOTFS)
/etc/apt/sources.list"
...
...
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