mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
app-misc/s6-man: quote S variables
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
@@ -17,7 +17,7 @@ src_compile() {
|
||||
}
|
||||
|
||||
src_install() {
|
||||
ls -la ${S}
|
||||
doman ${S}/man7/*
|
||||
doman ${S}/man8/*
|
||||
ls -la "${S}"
|
||||
doman "${S}"/man7/*
|
||||
doman "${S}"/man8/*
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user