darwin.developer_cmds: 79 -> 83
It seems like `unifdefall(1)` was omitted from this package previously; I’m not sure why.
This commit is contained in:
@@ -78,3 +78,15 @@ executable(
|
||||
sources : [ 'unifdef/unifdef.c' ],
|
||||
)
|
||||
install_man('unifdef/unifdef.1')
|
||||
|
||||
install_data(
|
||||
'unifdef/unifdefall.sh',
|
||||
install_dir : get_option('bindir'),
|
||||
install_mode : 'r-xr-xr-x',
|
||||
rename : 'unifdefall',
|
||||
)
|
||||
install_symlink(
|
||||
'unifdefall.1',
|
||||
install_dir : get_option('mandir') / 'man1',
|
||||
pointing_to : 'unifdef.1',
|
||||
)
|
||||
|
||||
@@ -14,7 +14,7 @@ mkAppleDerivation {
|
||||
"man"
|
||||
];
|
||||
|
||||
xcodeHash = "sha256-oE1GJF/M4vXLTM7BBjezKqrMu9iTUlEKDBKgwyFqu3k=";
|
||||
xcodeHash = "sha256-NurkF9AnPuaQ7Ev36PCknuTNV6z622yFi2bXZsow+xA=";
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace rpcgen/rpc_main.c \
|
||||
|
||||
@@ -36,8 +36,8 @@
|
||||
"version": "213.40.2"
|
||||
},
|
||||
"developer_cmds": {
|
||||
"hash": "sha256-rgmmPHxlKPb84BHVs8oY99E8iGWbqEjS4B8H7+JK7NY=",
|
||||
"version": "79"
|
||||
"hash": "sha256-jgQUjN9zmqi0/7XpqzbRsJjZIYeMrxXT1Zf3qi7+o+8=",
|
||||
"version": "83"
|
||||
},
|
||||
"diskdev_cmds": {
|
||||
"hash": "sha256-TebggzBS/HwEP3W2w2p+XvPDxsQtdTbtKEn9wik653Q=",
|
||||
|
||||
Reference in New Issue
Block a user