diff options
author | Thomas Haller <thaller@redhat.com> | 2016-12-18 13:11:18 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2016-12-18 17:45:15 +0100 |
commit | 0dfb5d2452a6856cb60fc5ef8b910c615e064db2 (patch) | |
tree | bd2df5090f71f227bfa3c83537f312d6922e4ef4 /tools | |
parent | a4b6a5768872b18c44a9cced69252c17a897f706 (diff) | |
download | NetworkManager-0dfb5d2452a6856cb60fc5ef8b910c615e064db2.tar.gz |
build: remove "src/NetworkManager.ver-orig"
Generating "src/NetworkManager.ver" each time seems to work well.
Thus, src/NetworkManager.ver-orig is unused an gets easily out
of date. Just remove it. It's not useful anymore.
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/create-exports-NetworkManager.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/create-exports-NetworkManager.sh b/tools/create-exports-NetworkManager.sh index c53d7cb5b9..3a4619a46f 100755 --- a/tools/create-exports-NetworkManager.sh +++ b/tools/create-exports-NetworkManager.sh @@ -104,8 +104,6 @@ case "$1" in else if test -f "./src/NetworkManager.ver"; then touch ./src/NetworkManager.ver - else - cp "$2/src/NetworkManager.ver-orig" ./src/NetworkManager.ver fi fi ;; |