summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYorick Rommers2015-08-05 14:25:36 +0200
committerYorick Rommers2015-08-05 14:25:36 +0200
commit30e1f16f2bbd93d36ca4d926ee0bdb1de6799abd (patch)
tree462d62f4cbdde2568e080c3aa3a5e524366137b0 /PKGBUILD
parent77676fbdf197e28319fe839ef16517b30e7e5732 (diff)
downloadaur-30e1f16f2bbd93d36ca4d926ee0bdb1de6799abd.tar.gz
fixed bug when cleaning
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b8a63101bd00..fe54d3a227a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,6 +22,7 @@ package() {
sudo make install
sudo install -D "src/dattobd.ko" "/usr/lib/modules//$(uname -r)/"
sudo install -D "../dattobd.conf" "/etc/modules-load.d/"
+ sudo rm -f "src/dattobd/src/.tmp_versions/dattobd.mod"
sudo modprobe dattobd
}