From 194f3cc93dafc2862911965443a55bf59030adf5 Mon Sep 17 00:00:00 2001 From: fiorile Date: Sun, 25 Aug 2024 08:22:54 -0400 Subject: [PATCH] Note for a bug --- neetbsd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neetbsd.sh b/neetbsd.sh index 6d146f5..ed22372 100644 --- a/neetbsd.sh +++ b/neetbsd.sh @@ -49,7 +49,7 @@ else sed -i 's/(__APPLE__)/(__NetBSD__)/g' xdiskusage.C # sed replacing 'APPLE' with 'NetBSD' # ^ xdiskusage now acts like the FreeBSD version - probably hacky, but it seems functional # Configure, compile, install, clean - ./configure && make CPPFLAGS=-I/usr/pkg/include -I/usr/X11R7/include && su root -c 'make install clean' + ./configure && make CPPFLAGS=-I/usr/pkg/include -I/usr/X11R7/include && su root -c 'make install clean' # ERR: The two -I are buggy # .desktop su root -c 'printf "[Desktop Entry]\nType=Application\nName=xdiskusage\nComment=Graphical disk usage program\nTerminal=false\nTryExec=xdiskusage\nExec=/usr/local/bin/xdiskusage\nCategories=Utility" > /usr/share/applications/xdiskusage.desktop' cd .. # Go back to /tmp