projects
/
rrq
/
newlisp-ftw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae0a0fd
)
ensure directories rather than just pathnames
author
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Fri, 23 Apr 2021 03:32:09 +0000
(13:32 +1000)
committer
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Fri, 23 Apr 2021 03:32:09 +0000
(13:32 +1000)
un-merge-usr.lsp
patch
|
blob
|
history
diff --git
a/un-merge-usr.lsp
b/un-merge-usr.lsp
index 4cb58f0580d3e95249278c4be1e6633f4660e669..1187cd8cc3edfca19329e2104c87cd2e174f977e 100644
(file)
--- a/
un-merge-usr.lsp
+++ b/
un-merge-usr.lsp
@@
-72,7
+72,7
@@
# Ensure the root directories still/again exist
(dolist (D DIRS)
- (! (format "/bin/
touch
%s /usr%s" D D)))
+ (! (format "/bin/
mkdir -p
%s /usr%s" D D)))
(print "Push enter to reboot: ")
(read-line)