pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: non-DESTDIR status: 87 to go



On Oct 15,  7:21pm, Rhialto wrote:
} On Wed 25 May 2011 at 21:03:33 +0200, Rhialto wrote:
} > On Sun 22 May 2011 at 12:59:39 +0200, Thomas Klausner wrote:
} > > nethack-lib-3.4.3nb2
} > > nethack-qt-3.4.3nb10
} > > nethack-tty-3.4.3nb1
} > > nethack-x11-3.4.3nb3
} > 
} > I'll take these. They're patched up to the gills for $(PREFIX) so adding
} > some $(DESTDIR) won't hurt too much (more).
} 
} There are quite a lot of files that need special (or at least different)
} permissions. I'm trying something like this:
} 
} FILEPERM=               ${ROOT_USER} ${NETHACK_GROUP} 664
} SPECIAL_PERMS+=         ${PREFIX}/share/${NETHACK_DIR}/*.lev            \
}                             ${FILEPERM}
} 
} with a wildcard, but that results in
} 
} => Unwrapping files-to-be-installed.
} shift: can't shift that many
} *** Error code 2
} 
} Stop.
} 
} Is there a better solution (than enumerating all files, being the
} majority of the contents of the PLIST)?

     Start by examining why those files are getting special perms.  I
can't think of any reason why the game would need to be able to write
to the level files.

}-- End of excerpt from Rhialto


Home | Main Index | Thread Index | Old Index