diff options
Diffstat (limited to 'source/a/e2fsprogs')
-rwxr-xr-x | source/a/e2fsprogs/e2fsprogs.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/a/e2fsprogs/e2fsprogs.SlackBuild b/source/a/e2fsprogs/e2fsprogs.SlackBuild index 1db5f48b..0e58d803 100755 --- a/source/a/e2fsprogs/e2fsprogs.SlackBuild +++ b/source/a/e2fsprogs/e2fsprogs.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2008, 2009, 2010, 2015, 2016, 2018, 2020 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2008, 2009, 2010, 2015, 2016, 2018, 2020, 2021 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -101,6 +101,7 @@ CFLAGS="$SLKCFLAGS" \ --bindir=/usr/bin \ --includedir=/usr/include \ --datadir=/usr/share \ + --datarootdir=/usr/share \ --mandir=/usr/man \ --infodir=/usr/info \ --docdir=/usr/doc/e2fsprogs-$VERSION \ |