mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 13:50:47 +00:00
Added FIXME comment
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@8881 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
bffc91e57c
commit
3106ae38fd
1 changed files with 3 additions and 0 deletions
3
rpm.make
3
rpm.make
|
@ -223,6 +223,9 @@ ifeq ($(filelist),yes)
|
|||
# instead of $(INSTALL_DATA) page.html /usr/local/MySoftware/
|
||||
|
||||
# Get the list of files inside GNUSTEP_INSTALL_BASE
|
||||
### FIXME - using after-install:: means if someone installs something
|
||||
### in his after-install:: in the GNUmakefile.postamble, that could be
|
||||
### executed after this, and then we miss that file/something from the list
|
||||
after-install::
|
||||
for file in `$(TAR) Pcf - $(INSTALL_ROOT_DIR) | $(TAR) t`; do \
|
||||
if [ -d "$$file" ]; then \
|
||||
|
|
Loading…
Reference in a new issue