diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2020-10-28 09:38:33 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2020-11-09 14:29:49 -0500 |
commit | 5f62c5b7d84e4ab3fe2e48e799d16630c2b6f216 (patch) | |
tree | 41811554315437db55965422345b5cc5589a690c /misc | |
parent | ldc current, ldc-1.24.0 available on nix 21.03 (diff) |
org tags
Diffstat (limited to 'misc')
-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'" } |