Revision 13413
Added by Aaron Marcuse-Kubitza over 10 years ago
import.run | ||
---|---|---|
12 | 12 |
fi #### |
13 | 13 |
|
14 | 14 |
. "$(dirname "${BASH_SOURCE[0]}")"/util.run |
15 |
.rel install.run # provides all() |
|
15 | 16 |
|
16 | 17 |
if self_not_included; then |
17 | 18 |
|
... | ... | |
25 | 26 |
begin_target |
26 | 27 |
} |
27 | 28 |
|
28 |
all() |
|
29 |
install()
|
|
29 | 30 |
{ |
30 | 31 |
begin_target |
31 | 32 |
with_rm import |
Also available in: Unified diff
lib/runscripts/import.run: added install() target