mirror of
https://github.com/Cloudef/bemenu
synced 2024-11-23 01:12:01 +01:00
4 lines
101 B
Bash
4 lines
101 B
Bash
#!/bin/sh
|
|
sed 's/-soname/-install_name/' GNUmakefile > GNUmakefile.osx
|
|
gmake -f GNUmakefile.osx "$@"
|