Make binsizes work, even if /usr/src isn't there
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
t=/usr/src/etc/binary_sizes
|
||||
t=/etc/binary_sizes
|
||||
|
||||
if [ "$#" -ne 1 ]
|
||||
then echo "Usage: $0 <big|normal>"
|
||||
|
||||
Reference in New Issue
Block a user