Merge pull request #115538 from jollheef/wireshark-fix
wireshark: place config.h to the right place
This commit is contained in:
commit
ba3e930e5c
@ -74,7 +74,7 @@ in stdenv.mkDerivation {
|
||||
install -Dm644 ../image/wsicon.svg $out/share/icons/wireshark.svg
|
||||
mkdir $dev/include/{epan/{wmem,ftypes,dfilter},wsutil,wiretap} -pv
|
||||
|
||||
cp config.h $dev/include/
|
||||
cp config.h $dev/include/wireshark/
|
||||
cp ../ws_*.h $dev/include
|
||||
cp ../epan/*.h $dev/include/epan/
|
||||
cp ../epan/wmem/*.h $dev/include/epan/wmem/
|
||||
|
Loading…
Reference in New Issue
Block a user