Skip to content

Commit

Permalink
Back to previous folder organization.
Browse files Browse the repository at this point in the history
Placing "scitopdf" in "bin" directory.
We cannot have the script "scitopdf"
in the repo root directory, because the
PKGBUILD will want to create another
directory called "scitopdf". Then it
will conflict.
  • Loading branch information
dougy147 committed Sep 4, 2024
1 parent 7dc9d50 commit e242110
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ endif

install:
mkdir -p $(DESTDIR)$(PREFIX)/bin
cp -f scitopdf $(DESTDIR)$(PREFIX)/bin/
cp -f ./bin/scitopdf $(DESTDIR)$(PREFIX)/bin/
chmod 755 $(DESTDIR)$(PREFIX)/bin/scitopdf
mkdir -p $(DESTDIR)$(MANPREFIX)/man1
cp -f scitopdf.1 $(DESTDIR)$(MANPREFIX)/man1/scitopdf.1
Expand Down
2 changes: 1 addition & 1 deletion scitopdf → bin/scitopdf
Original file line number Diff line number Diff line change
Expand Up @@ -530,4 +530,4 @@ fi
paper_search
exit 0

# last modif : 2024 september 03
# last modif : 2024 september 04

0 comments on commit e242110

Please sign in to comment.