summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtestdisk/build/testdisk.SlackBuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/testdisk/build/testdisk.SlackBuild b/testdisk/build/testdisk.SlackBuild
index e39781e8..b5259a41 100755
--- a/testdisk/build/testdisk.SlackBuild
+++ b/testdisk/build/testdisk.SlackBuild
@@ -138,8 +138,8 @@ chmod -R u+w,go+r-w,a-s .
echo Building ...
-# Build the Qt interface if Qt is found on the system. You can still
-# override this by running: USEQT="" ./testdisk.SlackBuild
+# Build the Qt interface for photorec if Qt is found on the system.
+# You can still override this by running: USEQT="" ./testdisk.SlackBuild
if which qtconfig 1>/dev/null2>&1 ; then
USEQT=${USEQT:-"--enable-qt"}
else
@@ -199,9 +199,9 @@ if [ "${USEQT}" = "--enable-qt" ]; then
cp -a $SRCDIR/testdisk.png $PKG/usr/share/pixmaps/
cat <<EOT > $PKG/usr/share/applications/testdisk.desktop
[Desktop Entry]
-Name=Testdisk
-Comment=Data recovery
-Exec=testdisk
+Name=PhotoRec
+Comment=Recover deleted photos
+Exec=qphotorec
Icon=/usr/share/pixmaps/testdisk.png
Terminal=false
Type=Application