Debian: marking Xfree86 pkges as held on make install.

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

 



For simplicity's sake I'd like to make a wrapper for install that will do a...
{; # Stdout redirect
dpkg -S <destination file name> |
  cut -f1 -d: |
    tr '\n' ' '
echo hold; # Mark the pkg as held.
} | dpkg --set-selections

... for each invocation.

Dose any one know how I might do this, is there a env-var for INSTALL?

Also it would be better to run this code once for all of make install.  After all the replaced
files are knowen.  I could easily create a script to do so, if there was a place in the make
files?


__________________________________
Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus
_______________________________________________
XFree86 mailing list
XFree86@xxxxxxxxxxx
http://XFree86.Org/mailman/listinfo/xfree86

[Index of Archives]     [X Forum]     [Xorg]     [XFree86 Newbie]     [IETF Announce]     [Security]     [Font Config]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux Kernel]

  Powered by Linux