Skip to content

Commit

Permalink
Now pacman is giving me a hard time !
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbannon committed Nov 26, 2024
1 parent 1daabea commit 0f2286d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ install: installdirs
# $(CP) $(APPDIR)/usr/share/icons/hicolor/256x256/apps/tomboy-ng.png $(APPDIR)/usr/share/icons/hicolor/256x256/apps/tomboy-ng.png.png

installdirs:
test -d $(PREFIX) || $(MKDIR) $(PREFIX)
# test -d $(DESTDIR) || $(MKDIR) $(DESTDIR)
test -d $(DESTDIR)$(SHARE_DIR)/metainfo || $(MKDIR) $(DESTDIR)$(SHARE_DIR)/metainfo
test -d $(DESTDIR)$(BIN_DIR) || $(MKDIR) $(DESTDIR)$(BIN_DIR)
test -d $(DESTDIR)$(MAN_DIR) || $(MKDIR) $(DESTDIR)$(MAN_DIR)
Expand Down
4 changes: 2 additions & 2 deletions prepare.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ w have both FPC and Lazarus as non package installs, required removal of them as
mkdir $VER; cd $VER
wget https://github.com/tomboy-notes/tomboy-ng/raw/master/scripts/PKGBUILD.gtk2
wget https://github.com/tomboy-notes/tomboy-ng/raw/master/scripts/PKGBUILD.Qt6
copy PKGBUILD.gtk2 PKGBUILD
cp PKGBUILD.gtk2 PKGBUILD
makepkg --skipinteg
mv ... ...gtk2...
copy PKGBUILD.Qt6 PKGBUILD
Expand All @@ -285,4 +285,4 @@ Some other useful hints :
pacman -U path/to/something.pkg.tar.zst # install local file

pacman -R package # remove package


0 comments on commit 0f2286d

Please sign in to comment.