diff options
Diffstat (limited to 'misc/util')
-rw-r--r-- | misc/util/d/cgi/search/dub.sdl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/util/d/cgi/search/dub.sdl b/misc/util/d/cgi/search/dub.sdl index f598147..8260eaa 100644 --- a/misc/util/d/cgi/search/dub.sdl +++ b/misc/util/d/cgi/search/dub.sdl @@ -12,5 +12,5 @@ mainSourceFile "src/spine_cgi_sqlite_search.d" configuration "default" { targetType "executable" targetName "spine-search" - postGenerateCommands "/usr/bin/notify-send -t 0 'D executable ready' 'spine cgi sqlite search d'" + postGenerateCommands "notify-send -t 0 'D executable ready' 'spine cgi sqlite search d'" } |