makefile: no need to create /mnt/timeshift

This commit is contained in:
Tony George 2013-10-05 11:26:16 +05:30
parent 0ff459072b
commit 78ceab0348
2 changed files with 2 additions and 3 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
timeshift (1.0.1) quantal; urgency=low
timeshift (1.0.2) quantal; urgency=low
* Rev:1, 2013-10-05

View File

@ -22,8 +22,7 @@ install:
mkdir -p "$(DESTDIR)$(launcherdir)"
mkdir -p "$(DESTDIR)$(sharedir)/timeshift"
mkdir -p "$(DESTDIR)$(sharedir)/pixmaps"
mkdir -p "/mnt/timeshift"
#binary
install -m 0755 timeshift "$(DESTDIR)$(bindir)"