backports: fix uninstall filename
authorHauke Mehrtens <hauke@hauke-m.de>
Fri, 24 Jan 2014 20:21:16 +0000 (21:21 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Fri, 24 Jan 2014 20:27:58 +0000 (21:27 +0100)
commit1256d3ea1856aca94f82486714758c82c60f92fb
tree8fcce98c808f12134c78a6369b924cff9ffdf074
parentaa28e101e3a6778aca3b863d0e6f3eafe0fae320
backports: fix uninstall filename

The uninstall script calculated the filename in the wrong way. It added
the current working dir into the file name, this resulted in names like
this:
/lib/modules/2.6.32-431.3.1.el6.x86_64/updates//home/hauke/backports-20140124/drivers/net/wireless/ipw2x00/ipw2100.ko
The correct one would be this
/lib/modules/2.6.32-431.3.1.el6.x86_64/updates/drivers/net/wireless/ipw2x00/ipw2100.ko

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
backport/scripts/uninstall.sh