storage-util/msecli: remove `fakeroot` dependency
fakeroot is required to be installed by the base-devel (or devtools) group, so having it is practically implicit.
This commit is contained in:
parent
131bab1126
commit
31326b27c3
|
@ -15,9 +15,6 @@ arch=('x86_64')
|
|||
|
||||
depends=('zlib')
|
||||
|
||||
# Needed because the installer (Please shame InstallBuilder!) kind of sucks.
|
||||
makedepends=('fakeroot')
|
||||
|
||||
source=(
|
||||
'https://www.micron.com/content/dam/micron/global/public/products/software/storage-executive-software/msecli/msecli-linux.run'
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue