Allow staging as a regular user
This commit is contained in:
parent
9cdd85fb4c
commit
4aa6813bff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=371413
2 changed files with 7 additions and 32 deletions
|
@ -1,5 +1,5 @@
|
|||
--- ./Makefile.conf.orig 2013-07-28 22:22:29.000000000 +0900
|
||||
+++ ./Makefile.conf 2014-03-05 18:41:03.000000000 +0900
|
||||
--- Makefile.conf.orig 2013-07-28 13:22:29 UTC
|
||||
+++ Makefile.conf
|
||||
@@ -28,54 +28,63 @@
|
||||
|
||||
LATEX_FREE=0
|
||||
|
@ -82,11 +82,13 @@
|
|||
GCC_OPENCV_LIBS=auto
|
||||
|
||||
# INFO IN DESKTOP FILE
|
||||
@@ -86,6 +95,6 @@
|
||||
@@ -85,7 +94,7 @@
|
||||
# INSTALL USER AND GROUP
|
||||
|
||||
ifneq ($(SYSTEM_TYPE),rpm)
|
||||
INSTALL_USER=root
|
||||
-INSTALL_USER=root
|
||||
-INSTALL_GROUP=root
|
||||
+INSTALL_GROUP=wheel
|
||||
+INSTALL_USER=
|
||||
+INSTALL_GROUP=
|
||||
endif
|
||||
|
||||
|
|
|
@ -158,30 +158,3 @@ share/pixmaps/auto-multiple-choice.xpm
|
|||
%%TEXMFLOCALDIR%%/doc/latex/AMC/sample-separate.pdf
|
||||
%%TEXMFLOCALDIR%%/doc/latex/AMC/sample-separate.tex
|
||||
%%TEXMFLOCALDIR%%/tex/latex/AMC/automultiplechoice.sty
|
||||
@dirrm lib/AMC/exec
|
||||
@dirrm lib/AMC/perl
|
||||
@dirrm lib/AMC
|
||||
@dirrm %%SITE_PERL%%/AMC/DataModule
|
||||
@dirrm %%SITE_PERL%%/AMC/Export/register
|
||||
@dirrm %%SITE_PERL%%/AMC/Export
|
||||
@dirrm %%SITE_PERL%%/AMC/Filter/register
|
||||
@dirrm %%SITE_PERL%%/AMC/Filter
|
||||
@dirrm %%SITE_PERL%%/AMC/Gui
|
||||
@dirrm %%SITE_PERL%%/AMC
|
||||
@dirrmtry man/fr/man1
|
||||
@dirrmtry man/fr
|
||||
@dirrm %%DATADIR%%/icons
|
||||
@dirrm %%DATADIR%%/models/ar
|
||||
@dirrm %%DATADIR%%/models/en
|
||||
@dirrm %%DATADIR%%/models/fr
|
||||
@dirrm %%DATADIR%%/models/ja
|
||||
@dirrm %%DATADIR%%/models
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrmtry share/gtksourceview-2.0/language-specs
|
||||
@dirrmtry share/gtksourceview-2.0
|
||||
@dirrm %%TEXMFLOCALDIR%%/doc/latex/AMC
|
||||
@dirrmtry %%TEXMFLOCALDIR%%/doc/latex
|
||||
@dirrmtry %%TEXMFLOCALDIR%%/doc
|
||||
@dirrm %%TEXMFLOCALDIR%%/tex/latex/AMC
|
||||
@dirrmtry %%TEXMFLOCALDIR%%/tex/latex
|
||||
@dirrmtry %%TEXMFLOCALDIR%%/tex
|
||||
|
|
Loading…
Reference in a new issue